I am running Red Hat Linux. But is that an OS dependant property? I know we could pipe the output to a file but there should be something better. Like calling System.setout() or perhapsa Logger tag...??
Thank you, 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
