Thanks, but I also noticed there is a java process. Kill it too?
There is no graceful shutodwn or exit?

/jdk1.5.0_15/bin/java
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=/nreg/apache-tomcat-6.0.16/conf/logging.properties
-Djava.endorsed.dirs=/nreg/apache-tomcat-6.0.16/endorsed -classpath
:/nreg/apache-tomcat-6.0.16/bin/bootstrap.jar
-Dcatalina.base=/nreg/apache-tomcat-6.0.16
-Dcatalina.home=/nreg/apache-tomcat-6.0.16
-Djava.io.tmpdir=/nreg/apache-tomcat-6.0.16/temp
org.apache.catalina.startup.Bootstrap start




David Smith-2 wrote:
> 
> Just kill the jsvc process.  It'll trap the signal and send a proper 
> shutdown to tomcat.  See the sample service script provided with jsvc 
> source.
> 
> --David
> 
> kjwchu wrote:
>> I ran tomcat as a  daemon via the command below:
>> ./bin/jsvc -cp ./bin/bootstrap.jar -outfile ./logs/catalina.out -errfile
>> ./logs/catalina.err org.apache.catalina.startup.Bootstrap
>>
>> How to turn if off?
>>
>> Thanks for any thoughts.
>>
>>   
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-turn-off-tomcat-daemon--tp18243892p18244392.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
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