I have almost the same problem in Tomcat 4.1.12 - in my case tomcat just doesn't print out the System.out.prinln in the servlet init() methode, the System.out.prinln in the service methode works. In Tomcat 4.0.4 it worked without problem. I think it has something to do with the new loggin/debug parameter, but i couldn't find a setting that enables System.out.prinln for the init() methode until now.
-----Urspr�ngliche Nachricht----- Von: Travis Shook [mailto:travis.shook@;verizon.net] Gesendet: Freitag, 15. November 2002 22:03 An: [EMAIL PROTECTED] Betreff: System.out.println not working 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 or JavaBeans, etc. Is there a setting in Tomcat that can change this? Or a bug? Or am I the bug? :) Thanks for any help, Travis -------------------------------------------- Like jazz? http://www.travisshook.com/ http://www.veronicanunn.com/ -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
