Hi Fong, I had the same behavior but in Tomcat 3.3 with Solaris 8. It was very frustrated for me, but I got a very good solution because I still think that it's not the best.
You onlu have to run tomcat like this: (I did this in Tomcat 3.3) nohup tomcat.sh start > nohup.out So in the nohup.out file Tomcat will store all the console messages. In fact, it's a unix "patch"... :-) Regards, Nancy. fong wrote: > I install tomcat 4.X in solaris8. I run "/etc/init.d/tomcat4 start &" to start >tomcat in telnet session from win2K. That is ok. > > But when I close the telnet session. This service is also stop. > So I can't use tomcat web services. > > How can I keep it running? > > Much thanks... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
