Changes between Version 6 and Version 7 of UnifiedLogger


Ignore:
Timestamp:
07/16/2019 10:31:30 AM (7 years ago)
Author:
jdalbey
Comment:

add app props

Legend:

Unmodified
Added
Removed
Modified
  • UnifiedLogger

    v6 v7  
    2626The only option is to specify the path to the folder in which the CADcomments.log input file exists, and the output CSV file is to be created.  ''Perhaps this isn't necessary; I can't think of a situation where this would change.'' 
    2727 
     28Optionally, `application_properties.cfg` can be placed in `config` folder.  For example, 
     29 
     30{{{ 
     31[Versions] 
     32revision_number = 452 
     33}}} 
    2834=== Packaging === 
    2935The source code is in the `src/python/unifiedlogger` folder. The `package.sh` script found in that folder should be run to package the source files into a zip file and place it in the `deploy` folder. 
     
    6470 
    6571=== Deploying on Apache Server === 
    66 Copy `unifiedlogger.zip` and `unifiedlogmonitor.html` to `webapps` folder on `W:` drive.[[BR]] Copy `loggingservice.cfg` to `config` folder (at same level as `webapps` folder).[[BR]] Start the application: `python webapps/unifiedlogger.zip` 
     72Copy `unifiedlogger.zip` and `unifiedlogmonitor.html` to `webapps` folder on `W:` drive.[[BR]] Copy `loggingservice.cfg` and `application_properties.cfg` to `config` folder (at same level as `webapps` folder).[[BR]] Start the application: `python webapps/unifiedlogger.zip` 
    6773 
    6874=== Running as a background service ===