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