| Revision 382,
378 bytes
checked in by jdalbey, 7 years ago
(diff) |
|
CADserver.java modified to look for a system property PROP_FILE provided at the command line so it's property file can be provided dynamically. SimulationManager?.java modified to accept an optional command line argument, the name of the script file to load when the pgm launches. Create a bin folder with shell scripts to start the complete system in different configurations.
|
| Line | |
|---|
| 1 | Highways_Map_File = config/vds_data/highways_triangle.txt |
|---|
| 2 | #Highways_Map_File = config/vds_data/highways_fullmap.txt |
|---|
| 3 | #Events_File = config/vds_data/single_event_55S.txt |
|---|
| 4 | Events_File = config/vds_data/sample_data/atmsBatchEvents_production.txt |
|---|
| 5 | #FEPSim_IP_addr = 192.168.251.46 |
|---|
| 6 | FEPSim_IP_addr = localhost |
|---|
| 7 | Output_Destination = FEP |
|---|
| 8 | Json_Path = webapps/dynamicdata/highway_status.json |
|---|
Note: See
TracBrowser
for help on using the repository browser.