You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Nathan Wilhelmi <wi...@ucar.edu> on 2006/07/03 20:32:02 UTC

JSVC and procname on Solaris

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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org