You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Wey Hueymeei <we...@bah.com> on 2003/03/19 18:17:40 UTC

tomcat stops when logout

Hello,

I am new to tomcat.
I manually start tomcat from $CATALINA_HOME/bin/startup.sh as root from ssh
terminal.
I found everytime I logout, tomcat stops. Am I missing anything?

Thanks,
Sylvia


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: tomcat stops when logout

Posted by Wey Hueymeei <we...@bah.com>.
sorry.. It's Solaris 8 and java version "1.4.1_02"

I tried -nohup ./startup.sh and it still dies after I log out of the
terminal.

Sylvia

> Windows or Unix/Linux
>
> If you are a Windows user then goto www.redhat.com/mirrors.html and get
> Linux :-}
>
> If you are a Unix/Linux user just us the command - nohup ./startup.sh and
it
> should work.  The startup.sh script backgrounds the process so no worries
> there.
>
> HTH


> Good morning.
> I read in my Tomcat book that shutdown on exit was a known problem with
JRE
> 1.3 on Windows and it recommends upgrading to 1.4 (now 1.4.1).
> HTH
> Norm
>
> ----- Original Message -----
> From: "Wey Hueymeei" <we...@bah.com>
> To: <to...@jakarta.apache.org>
> Sent: Thursday, March 20, 2003 4:17 AM
> Subject: tomcat stops when logout
>
>
> > Hello,
> >
> > I am new to tomcat.
> > I manually start tomcat from $CATALINA_HOME/bin/startup.sh as root from
> ssh
> > terminal.
> > I found everytime I logout, tomcat stops. Am I missing anything?
> >
> > Thanks,
> > Sylvia
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: tomcat stops when logout

Posted by Dov Rosenberg <do...@conviveon.com>.
It sounds like you are running on a Unix platform. If so, you need to 
run from a c shell and use nohup. Bash seems to terminate the process 
started whereas c shell will allow it to continue.

$ csh
mycomputer.com % nohup ./startup.sh &

the & puts the process in the background

HTH

Dov Rosenberg


On Wednesday, March 19, 2003, at 12:37 PM, NormW wrote:

> Good morning.
> I read in my Tomcat book that shutdown on exit was a known problem 
> with JRE
> 1.3 on Windows and it recommends upgrading to 1.4 (now 1.4.1).
> HTH
> Norm
>
> ----- Original Message -----
> From: "Wey Hueymeei" <we...@bah.com>
> To: <to...@jakarta.apache.org>
> Sent: Thursday, March 20, 2003 4:17 AM
> Subject: tomcat stops when logout
>
>
>> Hello,
>>
>> I am new to tomcat.
>> I manually start tomcat from $CATALINA_HOME/bin/startup.sh as root 
>> from
> ssh
>> terminal.
>> I found everytime I logout, tomcat stops. Am I missing anything?
>>
>> Thanks,
>> Sylvia
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: tomcat stops when logout

Posted by NormW <no...@bocnet.com.au>.
Good morning.
I read in my Tomcat book that shutdown on exit was a known problem with JRE
1.3 on Windows and it recommends upgrading to 1.4 (now 1.4.1).
HTH
Norm

----- Original Message -----
From: "Wey Hueymeei" <we...@bah.com>
To: <to...@jakarta.apache.org>
Sent: Thursday, March 20, 2003 4:17 AM
Subject: tomcat stops when logout


> Hello,
>
> I am new to tomcat.
> I manually start tomcat from $CATALINA_HOME/bin/startup.sh as root from
ssh
> terminal.
> I found everytime I logout, tomcat stops. Am I missing anything?
>
> Thanks,
> Sylvia
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org