> Hello All, > > Tomcat 4 logs all System.out or System.err messages to Catalina.out by > default. How would I do this in a Tomcat 3.2.3 environment. As of now, it > prints on to the window Tomcat was started. I would like to save the > messages on a file. Please help. > > Sincerely, > Vijay
You don't say which OS you are running. On unix, the output is redirected using the shell redirection syntax just like you can do for any unix process. Look in catalina.sh to see how this done. You ought to be able to add the same thing to the tomcat.sh script for tomcat 3. - Dan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
