RE: Tomcat got killed after logout

2008-07-26 Thread Martin Gainty
not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Tomcat got killed after logout > Date: Fri, 25 Jul 2008 18

RE: Tomcat got killed after logout (by kill -HUP)

2008-07-25 Thread ktou Ho
Thanks. Elwin> Date: Fri, 25 Jul 2008 23:22:29 +0300> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subject: Re: Tomcat got killed after logout (by kill -HUP)> > Hello,> > On Fri, Jul 25, 2008 at 10:59 PM, ktou Ho <[EMAIL PROTECTED]> wrote:> > &g

Re: Tomcat got killed after logout (by kill -HUP)

2008-07-25 Thread RuiXian BAO
;nohup&". Best - RuiXian > > Thanks > Elwin> Subject: Re: Tomcat got killed after logout> From: > [EMAIL PROTECTED]> To: users@tomcat.apache.org> Date: Fri, 25 Jul 2008 > 13:59:02 -0500> > I added this to my /etc/rc.local. /opt/tomcat is a > symbolic link to th

RE: Tomcat got killed after logout (by kill -HUP)

2008-07-25 Thread ktou Ho
I found the reason, it is because the shell I was using send a signal (-HUP) to tomcat process. How can we configure tomcat to ignore those signal? Thanks Elwin> Subject: Re: Tomcat got killed after logout> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Date: Fri, 25 Jul 2

Re: Tomcat got killed after logout

2008-07-25 Thread Jq
I added this to my /etc/rc.local. /opt/tomcat is a symbolic link to the latest tomcat server. #Start tomcat export JAVA_HOME=/usr/java/latest/jre export JRE_HOME=/usr/java/latest/jre export LANG=en_US.iso885915 JAVA_OPTS=-Djava.security.auth.login.config=/opt/tomcat/conf/jaas.conf cd /opt/tomcat/b

Tomcat got killed after logout

2008-07-25 Thread ktou Ho
Hi, I write a bootup script to start tomcat in the boot-up time. For debugging purpose, I use it to start the tomcat in command line also. The problem is: If I logout the shell that I used to start the tomcat, the tomcat exit also with the following message: Jul 24, 2008 6:32:09 AM org.apa