Warning: Can't use blame annotator:
svn blame failed on trunk/config/cad_server.properties: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/trunk/config/cad_server.properties @ 662

Revision 662, 2.1 KB checked in by jdalbey, 4 years ago (diff)

config directory overhaul

  • Property svn:executable set to *
RevLine 
1# Configuration settings for the CAD Server
2#
3# CAD Server is started before any other subsystem in the TMCSim.
4# The filename of this file is specified as the default in CADServer.java.
5# The default can be overriden by specifying -DPROP_FILE= on the java command,
6# for example, by scripts in the bin folder.
7#
8# CADClientPort         : The port number to use for remote CAD Client connections.
9# CoordinatorRMIPort    : The port number to use for binding the Coordinator.
10# CMSDiversionXML       : The filepath for the xml file containing initialization data
11# for the Diversion "database."
12# AudioFileLocation     : The root directory path where audio files are accessed.
13# ParamicsProperties    : The filepath for the properties file to initialize the
14# ParamicsControlManager.
15# ATMSProperties        : The filepath for the properties file to initialize the
16# ATMSManager.
17# MediaProperties       : The filepath for the properties file to initialize the
18# MediaManager.
19# TrafficMgrProperties  : The filepath for the properties file to initialize the Traffic Manager.
20# ElapsedTimeFile       : The location where the Coordinator writes the simulation time, where it is accessed by other subsystems.
21# CADcommentsLog        : The location where the Coordinator writes the CAD comments log, where it is accessed by the Unified Logging system.
22# UserInterface         : The class that serves as the UI for the Server.
23
24UserInterface          = tmcsim.cadsimulator.viewer.CADServerViewer
25
26CADClientPort          = 4444
27CoordinatorRMIPort     = 4445
28CADRmiPort             = 4446
29AudioFileLocation      = Scenarios/Audio/
30ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json
31CADcommentsLog         = webapps/dynamicdata/CADcomments.log
32CMSDiversionXML        = config/cmsdiversions.xml
33
34TrafficMgrProperties   = config/traffic_model_config/traffic_model_config.properties
35MediaProperties        = config/cad_server_media.properties
36ParamicsProperties     = config/cad_server_paramics.properties
37ATMSProperties         = config/cad_server_atms.properties
38
39#Alternate text user interface for the CADServer
40#UserInterface          = tmcsim.cadsimulator.viewer.CADConsoleViewer
41
Note: See TracBrowser for help on using the repository browser.