# Configuration settings for the Simulation Manager # The properties file for the SimulationManager class contains the following # data. # # CADServerHost : The IP address where the CAD Server is running. # : CADServer must be running before starting Sim Mgr # CADServerRMIPort : The port to use for RMI connection. This must match # : the port specified in CAD Server config "CoordinatorRMIPort" # ScenariosDir : The directory where Scenario xml files are located. # FakeParamicsConnection: I don't know yet ... read the source code. CADServerHost = 127.0.0.1 CADServerRMIPort = 4445 ScenariosDir = Scenarios FakeParamicsConnection = false