Index: trunk/config/cad_server_console.properties
===================================================================
--- trunk/config/cad_simulator_console_config.properties	(revision 573)
+++ trunk/config/cad_server_console.properties	(revision 662)
@@ -1,15 +1,17 @@
+# For testing, this config specifies the console (text-based) user interface
+# for the CAD Server.  Everything else is the same as the default config.
+
+UserInterface          = tmcsim.cadsimulator.viewer.CADConsoleViewer
+
 CADClientPort          = 4444 
 CoordinatorRMIPort     = 4445 
 CADRmiPort             = 4446
+AudioFileLocation      = Scenarios/Audio/
+ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json
+CADcommentsLog         = webapps/dynamicdata/CADcomments.log
 CMSDiversionXML        = config/cmsdiversions.xml
-AudioFileLocation      = Scenarios/Audio/
-#UserInterface          = tmcsim.cadsimulator.viewer.CADSimulatorViewer
-UserInterface          = tmcsim.cadsimulator.viewer.CADConsoleViewer
-ParamicsProperties     = config/cad_simulator_paramics_config.properties
-ATMSProperties         = config/cad_simulator_atms_config.properties
-MediaProperties        = config/cad_simulator_media_config.properties
+
 TrafficMgrProperties   = config/traffic_model_config/traffic_model_config.properties
-# The location where the Coordinator writes the simulation time
-ElapsedTimeFile        = webapps/dynamicdata/sim_elapsedtime.json
-# The location where the Coordinator writes the CAD comments log
-CADcommentsLog         = CADcomments.log
+MediaProperties        = config/cad_server_media.properties
+ParamicsProperties     = config/cad_server_paramics.properties
+ATMSProperties         = config/cad_server_atms.properties
