Unix processes don't in general start new windows unless designed to - you can do "xterm -e <tomcat command> &" if you want to have stdout / stderr in another window, but most people prefer to background appservers and capture output to a log file.
Ian Verga wrote: >Has anyone used Tomcat on linux environment before? I >am currently using Mandrake Linux (i think, second to >the latest release). When I started tomcat on a >terminal session(shell), it does not show a new window >(like the one in windows). I am using(and testing) >tomcat 4.0.1 and 4.0.3. Thanks in advance. > >__________________________________________________ >Do You Yahoo!? >Yahoo! - Official partner of 2002 FIFA World Cup >http://fifaworldcup.yahoo.com > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
