It still doesnt work. I was under the impression that tomcat would run in the 
background automatically. Also, i use the same command to start the
tomcat process on my other port(8080), and it works just fine.

Milt Epstein wrote:
> 
> On Mon, 28 May 2001, Mathew Clark wrote:
> 
> > You may need to try
> >
> > nohup ./startup.sh -f server_1.xml &
> >
> > This starts the process in the background and ignores hangups -
> > output is to a non-tty.
> 
> It was my impression that for most/all non-basic shells (e.g. anything
> but sh :-), backgrounding a job effectively nohup'ed it.  I use csh
> and tcsh, and have never ever had to use nohup, simple backgrounding
> was sufficient.  I thought such was the case for ksh (and its
> derivatives) as well, but upon checking out a few things, it appears
> that may not be the case.  So perhaps if one is using ksh et al, one
> needs to use nohup.
> 
> > -----Original Message-----
> > From: Milt Epstein [mailto:[EMAIL PROTECTED]]
> > Sent: 28 May 2001 16:22
> > To: [EMAIL PROTECTED]
> > Subject: RE: tomcat process dies out...
> >
> >
> > On Mon, 28 May 2001, Pernica, Jan wrote:
> >
> > > this is a known bug of JDK 1.3 on NT
> >
> > But from the command he shows as how he's starting tomcat, it looks
> > like he's on a UNIX machine.
> >
> > I'd say that probably all he needs to do is start it in the
> > background, a la:
> >
> > ./startup.sh -f server_1.xml &
> >
> > Might want to redirect to capture stdout and stderr to files as well.
> >
> >
> > > On Monday, May 28, 2001 4:52 PM, Krishna Kishore Thotakura
> > > [SMTP:[EMAIL PROTECTED]] wrote:
> > > > hello,
> > > > I am trying to setup multiple JVMs using mod_jk. the JVM running
> > > > at port 8080 is okay. I'm having problem with the JVM running at
> > > > port 8090. whenever, i log out of my server machine(the machine
> > > > where i am starting my apache and tomcat), the tomcat process
> > > > stops listening to the port 8090. Actually, the Tomcat(java)
> > > > threads are getting killed when i log out.
> > > >
> > > > Please let me know where i am going wrong?  i am starting tomcat1
> > > > as ./startup.sh -f server_1.xml
> > > >
> > > > thanks,
> > > > kishore.
> > >
> >
> > Milt Epstein
> > Research Programmer
> > Software/Systems Development Group
> > Computing and Communications Services Office (CCSO)
> > University of Illinois at Urbana-Champaign (UIUC)
> > [EMAIL PROTECTED]
> >
> 
> Milt Epstein
> Research Programmer
> Software/Systems Development Group
> Computing and Communications Services Office (CCSO)
> University of Illinois at Urbana-Champaign (UIUC)
> [EMAIL PROTECTED]

-- 
Krishna Kishore Thotakura.
Work 256 961 7818
Home 256 837 9927

Reply via email to