#------------------------------------------------------------------------------- # KISimulator.ini # Configuration file for base KISimulator. For IHE Actor Simulators built on # KISimulator, start with a copy of this file and add additional parameters as # needed. The name of the ini file is the name of the simulator instance, and is # passed to the simulator as a command line parameter on startup, for example # (in this case): # java KISimulator -jar KISimulator -name KISimulator # Get and set parameter routines which access the ini file as an Apache Commons # HierarchicalINIConfiguration are provided in the KISimulator base class. See # the wiki and javadoc for KISimulator for more information. # The Foundation section of this file is reserved for parameters relating to the # function of the KISoftware foundation class. Please use another section to add # your own parameters. The name of your simulator is suggested. #------------------------------------------------------------------------------- [Foundation] #------------------------------------------------------------------------------- # URL of the web service published by the KISimulator base class to interface # with the Gazelle TM system. #------------------------------------------------------------------------------- interfaceURL=http://localhost:6001/KISimulator #------------------------------------------------------------------------------- # Name of the Actor Simulator Class. In this case it is KISimulator, the base # simulator class. For projects built using KISimulator, it would be the name of # the class extending KISimulator. #------------------------------------------------------------------------------- simulatorClassName=net.ihe.gazelle.shakespeare.KISimulator