Hi Nilesh,
There are many ways to see debugging statements. One is to add
System.out.println() at various places in your java source files and when
you run those files you could see the statements on the Tomcat console.

If you are using some logging utility like LOG4J then you can specify the
some log file where you want to put your logging/trace staments.
You need to see how to configure logging utility with tomcat.

I hope this helps you.

Dharmesh.
  -----Original Message-----
  From: Agarwal, Naresh [mailto:[EMAIL PROTECTED]
  Sent: Monday, December 29, 2003 3:05 PM
  To: [EMAIL PROTECTED]
  Subject: How can I debug a webapp running in Tomcat?


  Hi

  Is there a way to debug a webapp running in Tomcat.

  Essentially I want to see the flow the function calls in a web app when it
receives a request from the client.

  thanks,
  Naresh

Reply via email to