That is only true if it is running as a service under Windows, with System.err defined for the service.
http://www.alexandriasc.com/software/JavaService/documentation.html#Event_Lo gging (This happens to be the service tomcat uses to install and run tomcat as a service under windows, as tomcat.exe) Running tomcat under a unix, use the appropriate shell redirection when starting it up. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 11, 2002 6:22 AM > To: Tomcat Users List > Subject: Re: where is stderr sent? AND ALSO 'System.err' > > > > in short > > System.err.print ("mystring"); > > should - by default anyway - print "mystring" to > $CATALINA_HOME/logs/stderr.log > > mehdi > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
