The commands can also look like:

Under /bin/sh, /bin/ksh, /bin/bash, etc:

  nohup ./startup.sh -f server_1.xml > /tmp/mytomcat.log 2>&1 &

Under /bin/csh or /bin/tcsh

  nohup ./startup.sh -f server_1.xml >&! &


Jan
[EMAIL PROTECTED]

On Mon, 28 May 2001, Krishna Kishore Thotakura wrote:

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

Jan K. Labanowski            |    phone: 614-292-9279,  FAX: 614-292-7168
Ohio Supercomputer Center    |    Internet: [EMAIL PROTECTED] 
1224 Kinnear Rd,             |    http://www.ccl.net/chemistry.html
Columbus, OH 43212-1163      |    http://www.osc.edu/

Reply via email to