Hello - I have jsvc running on solaris with Tomcat 5.5.17. I added the patches so it accepts the procname argument. The process still shows up as jsvc, should this work under Solaris as well or am I doing something wrong? Startup command as follows:

$DAEMON_HOME/jsvc \
   -user $TOMCAT_USER \
   -home $JAVA_HOME \
   -pidfile $PID_FILE \
   -outfile $CATALINA_HOME/logs/catalina.out \
   -errfile '&1' \
   -procname TestPortal \
   -cp $CLASSPATH \
   org.apache.catalina.startup.Bootstrap


Thanks!

-Nate

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to