Index: trunk/bin/systemstart_dev_full_session.sh
===================================================================
--- trunk/bin/systemstart_dev_full_session.sh	(revision 410)
+++ trunk/bin/systemstart_dev_full_session.sh	(revision 514)
@@ -1,5 +1,9 @@
 #!/bin/sh
 # Start the Simulator System with the full incident script
+
 cd ../webapps
+# Delete any existing CADcomments.log
+del dynamicdata/CADcomments.log
+# Delete start the local webserver
 echo "Starting webserver in folder" `pwd`
 python -m CGIHTTPServer 8080 &
@@ -9,7 +13,9 @@
 sleep 10
 java -jar deploy/SimManager.jar full_script_2016.xml &
-# Manual step for now, until it's integrated into Sim Mgr
-cp scripts/full_script_2016.xml webapps/dynamicdata/incident_script.xml
+sleep 10
 # Start a browser and run the web applications
-# firefox localhost:8080 &
+firefox localhost:8080 &
+sleep 10
+java -jar deploy/CADclient.jar &
+sleep 5
 
