- Timestamp:
- 10/02/2022 10:40:02 AM (4 years ago)
- Location:
- trunk/bin
- Files:
-
- 4 edited
-
CADclient.bat (modified) (1 diff)
-
mkunifiedloggerzip.sh (modified) (1 diff)
-
systemstart_dev_full_session.sh (modified) (1 diff)
-
systemstart_dev_practice_session.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/CADclient.bat
r679 r688 2 2 3 3 cd .. 4 java -Djava.util.logging.config.file=config/logging_cad_client.properties -jar deploy/CAD Client.jar4 java -Djava.util.logging.config.file=config/logging_cad_client.properties -jar deploy/CADclient.jar 5 5 6 6 -
trunk/bin/mkunifiedloggerzip.sh
r514 r688 5 5 zip -r -j ../webapps/unifiedlogger.zip ../src/python/unifiedlogger/*.py 6 6 chmod +x ../webapps/unifiedlogger.zip 7 echo "Packaging completed" 7 cp ../webapps/unifiedlogger.zip ../deploy 8 9 echo "unifiedlogger.zip created in webapps folder and deploy folder." 10 -
trunk/bin/systemstart_dev_full_session.sh
r679 r688 21 21 cd .. 22 22 java -DCONFIG_DIR=config/devlinux -jar deploy/CADserver.jar & 23 sleep 10 23 sleep 5 24 # Start Unified Logger Service 25 python deploy/unifiedlogger.zip config/devlinux & 26 sleep 5 24 27 java -jar deploy/SimManager.jar full_script_2016.xml & 25 28 sleep 10 26 # Start Unified Logger Service27 python deploy/unifiedlogger.zip &28 sleep 529 29 # Start a browser and run the web applications 30 30 firefox localhost:8080/einotebook localhost:8080/cptms localhost:8080/unifiedlogmonitor.html & -
trunk/bin/systemstart_dev_practice_session.sh
r679 r688 18 18 java -DCONFIG_DIR=config/devlinux -DPROP_FILE=cad_server_practice.properties -jar deploy/CADserver.jar & 19 19 sleep 7 20 python deploy/unifiedlogger.zip &20 python deploy/unifiedlogger.zip config/devlinux & 21 21 22 22 sleep 2
Note: See TracChangeset
for help on using the changeset viewer.
