Index: /trunk/bin/systemstart_dev_practice_session.sh
===================================================================
--- /trunk/bin/systemstart_dev_practice_session.sh	(revision 679)
+++ /trunk/bin/systemstart_dev_practice_session.sh	(revision 688)
@@ -18,5 +18,5 @@
 java -DCONFIG_DIR=config/devlinux -DPROP_FILE=cad_server_practice.properties -jar deploy/CADserver.jar &
 sleep 7
-python deploy/unifiedlogger.zip &
+python deploy/unifiedlogger.zip config/devlinux &
 
 sleep 2
Index: /trunk/bin/CADclient.bat
===================================================================
--- /trunk/bin/CADclient.bat	(revision 679)
+++ /trunk/bin/CADclient.bat	(revision 688)
@@ -2,5 +2,5 @@
 
 cd ..
-java -Djava.util.logging.config.file=config/logging_cad_client.properties -jar deploy/CADClient.jar 
+java -Djava.util.logging.config.file=config/logging_cad_client.properties -jar deploy/CADclient.jar 
 
 
Index: /trunk/bin/systemstart_dev_full_session.sh
===================================================================
--- /trunk/bin/systemstart_dev_full_session.sh	(revision 679)
+++ /trunk/bin/systemstart_dev_full_session.sh	(revision 688)
@@ -21,10 +21,10 @@
 cd ..
 java -DCONFIG_DIR=config/devlinux -jar deploy/CADserver.jar &
-sleep 10
+sleep 5
+# Start Unified Logger Service
+python deploy/unifiedlogger.zip config/devlinux &
+sleep 5
 java -jar deploy/SimManager.jar full_script_2016.xml &
 sleep 10
-# Start Unified Logger Service
-python deploy/unifiedlogger.zip &
-sleep 5
 # Start a browser and run the web applications
 firefox localhost:8080/einotebook  localhost:8080/cptms localhost:8080/unifiedlogmonitor.html &
Index: /trunk/bin/mkunifiedloggerzip.sh
===================================================================
--- /trunk/bin/mkunifiedloggerzip.sh	(revision 514)
+++ /trunk/bin/mkunifiedloggerzip.sh	(revision 688)
@@ -5,3 +5,6 @@
 zip -r -j ../webapps/unifiedlogger.zip ../src/python/unifiedlogger/*.py
 chmod +x ../webapps/unifiedlogger.zip
-echo "Packaging completed"
+cp ../webapps/unifiedlogger.zip ../deploy
+
+echo "unifiedlogger.zip created in webapps folder and deploy folder."
+
