---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Using: Apache Jserv version 1.1 Apache web server 1.3.12 Sun solaris 2.6 jdk 1.1.8 JSDK 2.0 Problem: I have apache jserv configured in manual mode. I am able to start and stop the JVM(s) without problems and all my servlets run fine. The problem I have is that when I issue a restart to a running JVM it runs away. I can no longer run any servlets and am unable to shutdown the JVM using the stop option which worked previously to the restart. start/stop/restart commands: Variables $classes = /usr/java/lib/classes.zip: \ /uwo/ccs/JSDK2.0/lib/jsdk.jar: \ /web/server/jserv1.1/libexec/ApacheJServ.jar $props = /web/server/jserv1.1/etc/jserv.properties To start: java -classpath $classes org.apache.jserv.JServ $props >> $log & To stop: java -classpath $classes org.apache.jserv.JServ $props -s To restart: java -classpath $classes org.apache.jserv.JServ $props -r (complete scripts available at http://publish.uwo.ca/~jonny/jserv ) More info: Available at http://publish.uwo.ca/~jonny/jserv are the config files I am using to start jserv. I have also used truss to capture what jserv is doing when I issue the restart. Its output is there as well. Does anyone have any insight on why it is running away on restart. Thanks is advance. Jon Hickmott - Web Admin University of Western Ontario. -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]