Re: tomcat unexpected shutdown

2013-12-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 박원석, On 12/18/13, 9:47 PM, 박원석 wrote: > Thanks, your response > > I found the problem why tomcat unexpectly shutdown.it is not a > system.exit() method and kill command and shutdown port > > The problem is that the opertator using his own script

Re: tomcat unexpected shutdown

2013-12-18 Thread 박원석
Thanks, your response I found the problem why tomcat unexpectly shutdown.it is not a system.exit() method and kill command and shutdown port The problem is that the opertator using his own script to start tomcat. the script is like this = #!/bin/bash ./tomcat_pat

Re: tomcat unexpected shutdown

2013-12-17 Thread Daniel Mikusa
On Dec 16, 2013, at 11:53 PM, 박원석 wrote: > Hello, I'm operating some services under this environment. > > OS : RHEL 6.2 > JVM : 1.6.0_34 > WEB : httpd 2.2.22 > WAS : tomcat 6.0.35(EWS 2.0) > > > but I'm wondering if there is a way to shutdown tomcat unexpectedly?? Perhaps the shutdown port?

Re: Tomcat unexpected shutdown on Solaris

2010-09-15 Thread kretes
Hi, We are experiencing similiar problem, and we have added a shutdown hook to JVM : Runtime.getRuntime().addShutdownHook(new PrintStacktracesOnShutdownHook()); and used Thread.getAllStackTraces() to get all stack traces and printed them out. Finally it occured that process really did got SIGHUP

Re: Tomcat unexpected shutdown on Solaris

2010-06-17 Thread Rainer Jung
On 17.06.2010 05:35, Caldarale, Charles R wrote: From: Marco Castillo [mailto:mabcasti...@vdkit.net] Subject: Tomcat unexpected shutdown on Solaris I have checked all the logs and there is no exception displayed, no error, nothing. I look for an error file from java, but there is no one. It happ

RE: Tomcat unexpected shutdown on Solaris

2010-06-16 Thread Caldarale, Charles R
> From: Marco Castillo [mailto:mabcasti...@vdkit.net] > Subject: Tomcat unexpected shutdown on Solaris > > I have checked all the logs and there is no exception displayed, > no error, nothing. I look for an error file from java, but there > is no one. It happens randomly. Sometimes the Tomcat work