If you use Tomcat on Windows you'll find the path to the log file in the Registry, under the key :
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Apache Tomcat 4.1\Parameters\System.out File (and also "System.err File" key for System.err.println() method) Hope it helps, Alain -----Message d'origine----- De : Ben Bookey [mailto:[EMAIL PROTECTED] Envoy� : lundi, 17. mai 2004 15:50 � : Tomcat User List Objet : Catalina.out Dear List, I have specified for my app in the web.xml context a logging file. I thought this would therefore result in ALL System.out.println(""); messages to be printed to my app_.txt file. Instead, my app continues to log all output to the catalina.out file. Is there anyway of printing content to this app_.txt file from inside my JSP and servlets ? as I would prefer to have ALL of my app related information in one logfile, to make it easier for the customer to maintain. Would appreciate any support. regards BB --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. Eri Bancaire SA ********************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
