11.07.2015 Views

webMathematica™ Wolfram - Wolfram Research

webMathematica™ Wolfram - Wolfram Research

webMathematica™ Wolfram - Wolfram Research

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

webMathematica User Guide 33# Source networking configuration.. /etc/sysconfig/networkRETVAL=0export JAVA_HOME=/usr/local/javaexport CATALINA_HOME=/usr/local/tomcatexport PATH=$PATH:/usr/local/bin:$JAVA_HOME/bin# See how we were called.case "$1" instart)# Start daemons.echo -n "Starting tomcat: "cd ~tomcatsu tomcat -c '$CATALINA_HOME/bin/catalina.sh start'RETVAL=$?[ $RETVAL -eq 0 ] && touch /var/lock/subsys/tomcatecho;;stop)# Stop daemons.echo -n "Shutting down tomcat: "cd ~tomcatsu tomcat -c '$CATALINA_HOME/bin/catalina.sh stop'RETVAL=$?[ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/tomcatecho;;restart)$0 stop$0 startRETVAL=$?;;*)echo "Usage: tomcat {start|stop|restart}"exit 1esacexit $RETVAL

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!