OK,
Well what happens? What is the exit status of nohup? what is the output in
nohup.out?
nohup is a pretty standard utility for doing exactly what you want (Iuse it
on the sun box at work). Also what version of tomcat are you using? The
startup script calls another script which starts the java class async, you
may have to amend this to be nohup.
I'm running version 4 and for me the startup program exists straight away,
and I can log out without having the job terminate, but I am running the
server as root (at home).
On Sunday 22 July 2001 03:46, you wrote:
> Hi,
>
> Thanks, I just tried nohup. it doesn't work. Any otherway start tomcat
> remotely and
> log out without problem.
>
> Harden
>
> ----- Original Message -----
> From: "Jeff Hoare" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, July 22, 2001 4:13 AM
> Subject: Re: run Startup.sh at background
>
> > Hi,
> > I would have though that it should just run in background. But you could
>
> use
>
> > nohup:
> >
> > nohup bin/startup.sh &
> >
> > This will leave it running, but I'm surprised as I can start my server
> > remotely via tomcat and log out without problem.
> >
> > Jeff
> >
> > On Saturday 21 July 2001 19:42, you wrote:
> > > Hi
> > >
> > > I start startup.sh at solaris by telnet. Everything is fine. But when I
> > > logout telnet, the tomcat stopped too.
> > > So what should I do?
> > >
> > > Thanks
> > >
> > > Harden