Re: Debugging JSPs and Servlets

2002-02-27 Thread August Detlefsen
For the quick and dirty approach, you can put System.out.println() statements in your code and find the output in: TOMCAT_HOME/logs/catalina.out --- Sriram Narayanan <[EMAIL PROTECTED]> wrote: > 2/27/02 11:17:26 PM, "Nitin Vira" <[EMAIL PROTECTED]> wrote: > > >Hello, > > > >I am trying to cre

Re: Debugging JSPs and Servlets

2002-02-27 Thread Craig R. McClanahan
On Wed, 27 Feb 2002, Nitin Vira wrote: > Date: Wed, 27 Feb 2002 09:47:26 -0800 > From: Nitin Vira <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Debugging JSPs and Servlets > > Hello, > > I am trying to create an envi

Re: Debugging JSPs and Servlets

2002-02-27 Thread Sriram Narayanan
2/27/02 11:17:26 PM, "Nitin Vira" <[EMAIL PROTECTED]> wrote: >Hello, > >I am trying to create an environment that will assist in debugging jsps, i think one >of the basic ways to do debugging is through logging, I want to log various request coming in along with the request parameters, i checke

RE: Debugging JSPs and Servlets

2002-02-27 Thread Wagoner, Mark
Take a look at Log4j http://jakarta.apache.org/log4j/docs/index.html It has been the greatest debugging tool I have found. -Original Message- From: Nitin Vira [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 12:47 PM To: Tomcat Users List Subject: Debugging JSPs and Servlets