Changes between Version 8 and Version 9 of DevSimStartup
- Timestamp:
- 09/02/2022 04:06:23 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevSimStartup
v8 v9 23 23 Open a terminal window and change directory to the `webapps` directory. Start the webserver: 24 24 25 * (Linux) `python -m CGIHTTPServer 8080 &`25 * (Linux) `python -m CGIHTTPServer 8080 &` 26 26 27 27 Start Firefox and in the address bar enter this URL: `http://localhost:8080/cptms/` … … 32 32 33 33 To terminate, close the applications from within !NetBeans or with window close button. 34 35 === Unified Logging Service === 36 Open a terminal window in the `trunk` directory. 37 38 Start the unified logging service: `python webapps/unifiedlogger.zip` 39 40 The terminal output should begin with: 41 42 `Unified Logging Service v___ starting from` ''<path to trunk>'' 43 44 Assuming you have started the web server as shown above, Start Firefox and in the address bar enter this URL: `http://localhost:8080/unifiedlogmonitor.html` 45 46 When the page loads it will display a four-column list of log messages.
