Changes between Version 15 and Version 16 of ProdSimStartup
- Timestamp:
- 08/24/2019 09:39:50 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProdSimStartup
v15 v16 11 11 Decide which script you want to run ("full" or "practice"). Double-click on the correspondingly named `systemstart` .bat file. 12 12 13 Observe a terminal window open and display webserver status messages.14 15 13 The CAD server GUI should appear displaying time 0:00:00. 16 14 17 15 The Simulation Manager GUI should appear. 18 16 17 A Web Browser should appear with three tabs. 18 19 19 Optionally, start any CADClients, ideally on a different workstation. 20 21 A Web Browser should appear with three tabs.22 20 23 21 Click "Start" button in Simulation Manager GUI. Observe the clock begin counting every second. In CADServer GUI, observe the timer running. Click on the "Traffic" tab to view the queue of traffic events. As events are processed, there will be a ten second delay and then the affected dots will change color in the CPTMS map (see below). … … 42 40 ---- 43 41 == Reset log files == 44 On Apache server (W:) clear `activitylog/data.json `and `webapps/dynamicdata/CADcomments.log`42 On Apache server (W:) 45 43 46 On Apache server (W:) in `webapps/dynamicdata` Copy `cms_messages_empty.json` to `cms_messages.json` 47 48 On Apache server (W:) in `webapps/dynamicdata` Copy `har_messages_empty.json` to `har_messages.json` 44 * clear `activitylog/data.json ` 45 * clear `webapps/dynamicdata/CADcomments.log` 46 * clear `unifiedlog.csv` 47 * in `webapps/dynamicdata` Copy `cms_messages_empty.json` to `cms_messages.json` 48 * in `webapps/dynamicdata` Copy `har_messages_empty.json` to `har_messages.json` 49 49 50 50 ---- … … 55 55 * Verify Apache is configured properly for running cgi's from cgi-bin. 56 56 57 ----58 Notes on switching from "Practice" script to "Full" script59 57 60 {{{61 config/traffic_model_config.properties62 Events_File = config/vds_data/sample_data/atmsBatchEvents_practice.txt to ..._production.txt63 64 webapps/sim_scriptname.json65 {"filename":"practice_script_2016.xml"} to ... full_script...66 }}}67 58 ---- 68 59 === Troubleshooting Tips === … … 71 62 * make sure path is correct as described above. 72 63 * make sure webserver is started in correct directory. 64 * refresh the cmsmonitor web page in the browser. 73 65 74 66 === Add Ad hoc Incident ===
