Changes between Version 8 and Version 9 of DevSimStartup


Ignore:
Timestamp:
09/02/2022 04:06:23 PM (4 years ago)
Author:
jdalbey
Comment:

Add directions to start unified logger

Legend:

Unmodified
Added
Removed
Modified
  • DevSimStartup

    v8 v9  
    2323Open a terminal window and change directory to the `webapps` directory.  Start the webserver: 
    2424 
    25  * (Linux)    `python -m CGIHTTPServer 8080 &` 
     25 * (Linux)    `python -m CGIHTTPServer 8080 &` 
    2626 
    2727Start Firefox and in the address bar enter this URL: `http://localhost:8080/cptms/` 
     
    3232 
    3333To terminate, close the applications from within !NetBeans or with window close button. 
     34 
     35=== Unified Logging Service === 
     36Open a terminal window in the `trunk` directory. 
     37 
     38Start the unified logging service:   `python webapps/unifiedlogger.zip` 
     39 
     40The terminal output should begin with: 
     41 
     42`Unified Logging Service v___ starting from` ''<path to trunk>'' 
     43 
     44Assuming 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 
     46When the page loads it will display a four-column list of log messages.