On Mon, 28 May 2001, Jan Labanowski wrote:

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

Don't you need a file name on that last one (after the ">&!")?


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

Milt Epstein
Research Programmer
Software/Systems Development Group
Computing and Communications Services Office (CCSO)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]

Reply via email to