RE: easy debugging

2004-07-28 Thread STOCKHOLM, Raymond
The best advise I can give you is to use a proper logging API : Log4J is great : http://logging.apache.org/log4j/docs/ http://logging.apache.org/log4j/docs/download.html Just put your log4j.properties file in the classpath of your webapp (WEB-INF/classes), and log4j will automatically use this

RE: easy debugging

2004-07-28 Thread Shapira, Yoav
Hi, Use System.out.println to write to the console. Then take Mr. Stockholm's advice and convert the log4j. Yoav Shapira Millennium Research Informatics -Original Message- From: Vamsee Kanakala [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 28, 2004 8:44 AM To: Tomcat Users List

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