System.out.println not working on servlets initialized when Tomcat starts

2002-11-15 Thread Travis Shook
Hi, For some reason, for any servlets that are initialized via the web.xml (load-on-startup), Tomcat is not printing out to my DOS screen any of my error messages or System.out.prinln in the code, although these are printing out fine for any other Servlets or JavaBeans, etc. Is there a setting

Re: System.out.println not working on servlets initialized when Tomcat starts

2002-11-15 Thread achana
Hi Travis Can you see them in $CATALINA_HOME/logs/catalina.out ??? That's how I debug my stuff -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:tomcat-user-help;jakarta.apache.org

AW: System.out.println not working on servlets initialized when Tomcat starts

2002-11-15 Thread josh
on servlets initialized when Tomcat starts Hi, For some reason, for any servlets that are initialized via the web.xml (load-on-startup), Tomcat is not printing out to my DOS screen any of my error messages or System.out.prinln in the code, although these are printing out fine for any other Servlets

RE: System.out.println not working on servlets initialized when Tomcat starts

2002-11-15 Thread Travis Shook
Message- From: [EMAIL PROTECTED] [mailto:arthur;westnet.com]On Behalf Of [EMAIL PROTECTED] Sent: Friday, November 15, 2002 12:09 AM To: Tomcat Users List Subject: Re: System.out.println not working on servlets initialized when Tomcat starts Hi Travis Can you see them

RE: System.out.println not working on servlets initialized when Tomcat starts

2002-11-15 Thread Travis Shook
Oops, just saw this. Same version I'm using, so at least I know its not me :) -Original Message- From: josh [mailto:the.josh;gmx.net] Sent: Friday, November 15, 2002 4:14 PM To: Tomcat Users List Subject: AW: System.out.println not working on servlets initialized when Tomcat starts