| Revision 662,
709 bytes
checked in by jdalbey, 4 years ago
(diff) |
|
config directory overhaul
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | # Configuration settings for the Simulation Manager |
|---|
| 2 | # The properties file for the SimulationManager class contains the following |
|---|
| 3 | # data. |
|---|
| 4 | # |
|---|
| 5 | # CADServerHost : The IP address where the CAD Server is running. |
|---|
| 6 | # : CADServer must be running before starting Sim Mgr |
|---|
| 7 | # CADServerRMIPort : The port to use for RMI connection. This must match |
|---|
| 8 | # : the port specified in CAD Server config "CoordinatorRMIPort" |
|---|
| 9 | # ScenariosDir : The directory where Scenario xml files are located. |
|---|
| 10 | # FakeParamicsConnection: I don't know yet ... read the source code. |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | CADServerHost = 127.0.0.1 |
|---|
| 14 | CADServerRMIPort = 4445 |
|---|
| 15 | ScenariosDir = Scenarios |
|---|
| 16 | FakeParamicsConnection = false |
|---|
Note: See
TracBrowser
for help on using the repository browser.