Index: trunk/config/sim_manager.properties
===================================================================
--- trunk/config/sim_manager_config.properties	(revision 659)
+++ trunk/config/sim_manager.properties	(revision 662)
@@ -1,4 +1,16 @@
-CADSimulatorHost       = 127.0.0.1
-CADSimulatorRMIPort    = 4445
-ScenariosDir           = Scenarios
+# Configuration settings for the Simulation Manager
+# The properties file for the SimulationManager class contains the following
+# data.
+# 
+# CADServerHost     : The IP address where the CAD Server is running.  
+#                   : CADServer must be running before starting Sim Mgr
+# CADServerRMIPort  : The port to use for RMI connection.  This must match
+#                   : the port specified in CAD Server config "CoordinatorRMIPort"
+# ScenariosDir      : The directory where Scenario xml files are located.
+# FakeParamicsConnection: I don't know yet ... read the source code.
+
+
+CADServerHost       = 127.0.0.1
+CADServerRMIPort    = 4445
+ScenariosDir        = Scenarios
 FakeParamicsConnection = false
