remember ..a System.exit will exit the JVM..

FWIW,
Martin 
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does 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:36:12 +0000
> 
> 
> 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.apache.coyote.http11.Http11Protocol pause
> INFO: Pausing Coyote HTTP/1.1 on http-5888
> Jul 24, 2008 6:32:10 AM org.apache.catalina.core.StandardService stop
> INFO: Stopping service Catalina
>  
> Thanks in advance
> Elwin
>  
> Env:
> ===
> Apache Tomcat Version 6.0.16
> CentOS release 4.4 (Final)
>  jdk1.6.0_06
>  
>  
>  
> Part of  init script is :
> =======
> 'start')
>     # Start daemon
>  
>     if test -x $TOMCAT_BIN/catalina.sh
>     then
>         action $"Starting Java services: " exec 
> ${CATALINA_HOME}/bin/catalina.sh jpda start >/dev/null 2>&1
>  
>     else
>       echo "Can't execute $CATALINA_HOME/bin/catalina.sh"
>     fi
>     ;;
> =======
> _________________________________________________________________
> Time for vacation? WIN what you need- enter now!
> http://www.gowindowslive.com/summergiveaway/?ocid=tag_jlyhm

_________________________________________________________________
Use video conversation to talk face-to-face with Windows Live Messenger.
http://www.windowslive.com/messenger/connect_your_way.html?ocid=TXT_TAGLM_WL_Refresh_messenger_video_072008

Reply via email to