easy debugging

2004-07-28 Thread Vamsee Kanakala
Hello list users, I'm using Tomcat on win2k. There is a window which is always open when Tomcat runs. It shows messages like INFO: etc. Is there a way I can write to this window from inside a servlet? I'm just looking for an easy way to debug my servlets. TIA, Vamsee. -- Because joy is

RE: easy debugging

2004-07-28 Thread STOCKHOLM, Raymond
log4j.appender.FILE.layout.ConversionPattern=%-4r %-5p [%t] %37c %3x - %m%n -Message d'origine- De : Vamsee Kanakala [mailto:[EMAIL PROTECTED] Envoyé : mercredi 28 juillet 2004 14:44 À : Tomcat Users List Objet : easy debugging Hello list users, I'm using Tomcat on win2k

RE: easy debugging

2004-07-28 Thread Shapira, Yoav
Subject: easy debugging Hello list users, I'm using Tomcat on win2k. There is a window which is always open when Tomcat runs. It shows messages like INFO: etc. Is there a way I can write to this window from inside a servlet? I'm just looking for an easy way to debug my servlets. TIA, Vamsee

Re: easy debugging

2004-07-28 Thread Thilo Krawietz
Hi Vamsee, there is a log()-Method defined in the HttpServlet Interface. Just call this.log(your debug msg); from within your servlet, then the message should appear HTH, Thilo Hello list users, I'm using Tomcat on win2k. There is a window which is always open when Tomcat runs. It shows