yeah..now, it works.

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

could u please explain how it made a difference? 
What does redirection to '&1' mean? sorry, i am not a unix pro.

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

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

Reply via email to