Kbase 17629: Sample Scripts to start Monitor and Connection Manager
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Sample Scripts to start Monitor and Connection Manager
Below are some example scripts to start the Apptivity Monitor and
Connection Manager.
Both the scripts are using the default ports. They also use JRE, not
the java executable from the JDK. JRE uses -cp rather than
CLASSPATH.
# START THE MONITOR
#
#CLASSPATH=.:./classes.zip
#export CLASSPATH
PATH=${PATH}:/usr2/jre1.1.4/bin
export PATH
echo CLASSPATH $CLASSPATH
echo PATH $PATH
exec jre -cp .:/usr2/jre1.1.4/lib progress.apptivity.monitor.Monitor -
m 8193
# START THE CONNECTION MANAGER
#
#
#CLASSPATH=.:./classes.zip
#export CLASSPATH
PATH=${PATH}:/usr2/jre1.1.4/bin
export PATH
echo CLASSPATH $CLASSPATH
echo PATH $PATH
# set a default value for Connection Manager port
PORT=${PORT-8200}
exec jre -cp .:/usr2/jre1.1.4/lib progress.apptivity.server.abConnecti
onMgr -p $PORT -m 8193
Progress Software Technical Support Note # 17629