Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- export CLASSPATH="\
- sbmi-ctsa/bin:\
- sbmi-ctsa/resources:\
- core/resources:\
- core/bin:\
- core/lib/maxent-2.5.0.jar:\
- core/lib/trove.jar:\
- core/lib/opennlp-tools-1.4.0.jar:\
- chunker/resources:\
- chunker/bin:\
- context dependent tokenizer/bin:\
- core/lib/OpenAI_FSM.jar:\
- core/lib/lucene-core-3.0.2.jar:\
- dictionary lookup/bin:\
- core/lib/jdom.jar:\
- NE contexts/bin:\
- clinical documents pipeline/bin:\
- LVG/resources:\
- LVG/bin:\
- LVG/lib/lvg2008dist.jar:\
- POS tagger/bin:\
- POS tagger/resources:\
- /usr/share/java/postgresql-jdbc3.jar\
- "
- echo $CLASSPATH
- # echo "deplyAsyncServide.sh"
- echo "one"
- screen -S one deployAsyncService.sh sbmi-ctsa/desc/asynchronous_scaleout/Deploy_DictionaryTest.xml
- echo "two"
- screen -S two deployAsyncService.sh sbmi-ctsa/desc/asynchronous_scaleout/Deploy_DictionaryTest.xml
- echo "three"
- screen -S three deployAsyncService.sh sbmi-ctsa/desc/asynchronous_scaleout/Deploy_DictionaryTest.xml
- echo "four"
- screen -S four deployAsyncService.sh sbmi-ctsa/desc/asynchronous_scaleout/Deploy_DictionaryTest.xml
- echo "five"
- screen -S five deployAsyncService.sh sbmi-ctsa/desc/asynchronous_scaleout/Deploy_DictionaryTest.xml
- date
- echo "runRemoteAsyncAE.sh"
- runRemoteAsyncAE.sh tcp://localhost:61616 CollectionReader \
- -c sbmi-ctsa/desc/asynchronous_scaleout/SentencesFromDBReader.xml
- # -d sbmi-ctsa/desc/asynchronous_scaleout/Deploy_DictionaryTest.xml \
- date
Advertisement
Add Comment
Please, Sign In to add comment