Changeset 662 in tmcsimulator for trunk/config/cad_server_systest.properties


Ignore:
Timestamp:
09/14/2022 03:24:10 PM (4 years ago)
Author:
jdalbey
Message:

config directory overhaul

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/config/cad_server_systest.properties

    r573 r662  
     1# For system testing, this config specifies a special traffic model. 
     2# Everything else is the same as the default config. 
     3# Referenced by: bin/systemstart_systest.bat and .sh 
     4 
     5TrafficMgrProperties   = config/traffic_model_config/systest.properties 
     6 
     7UserInterface          = tmcsim.cadsimulator.viewer.CADServerViewer 
     8 
    19CADClientPort          = 4444  
    210CoordinatorRMIPort     = 4445  
    311CADRmiPort             = 4446 
     12AudioFileLocation      = Scenarios/Audio/ 
     13ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
     14CADcommentsLog         = webapps/dynamicdata/CADcomments.log 
    415CMSDiversionXML        = config/cmsdiversions.xml 
    5 AudioFileLocation      = Scenarios/Audio/ 
    6 #UserInterface          = tmcsim.cadsimulator.viewer.CADConsoleViewer 
    7 UserInterface          = tmcsim.cadsimulator.viewer.CADServerViewer 
    8 ParamicsProperties     = config/cad_simulator_paramics_config.properties 
    9 ATMSProperties         = config/cad_simulator_atms_config.properties 
    10 TrafficMgrProperties   = config/traffic_model_config/systest.properties 
    11 MediaProperties        = config/cad_simulator_media_config.properties 
    12 # The location where the Coordinator writes the simulation time 
    13 ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json 
    14 # The location where the Coordinator writes the CAD comments log 
    15 CADcommentsLog         = CADcomments.log 
     16 
     17MediaProperties        = config/cad_server_media.properties 
     18ParamicsProperties     = config/cad_server_paramics.properties 
     19ATMSProperties         = config/cad_server_atms.properties 
     20 
Note: See TracChangeset for help on using the changeset viewer.