RE: Debugging the servlet

2002-04-04 Thread Juliet
Thank you so much for the information. I will try that. Thanks again, Juliet -Original Message- From: Valera Molyakov [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 2:46 PM To: Tomcat Users List Subject: Re: Debugging the servlet Hi! You can use IDE that allow local

Re: Debugging the servlet

2002-04-04 Thread Nikola Milutinovic
Valera Molyakov wrote: Hi! You can use IDE that allow local and remote debug( for example Intel JIDEA or JBuilder). Just how exactly? You start Tomcat in JPDA mode, connect to the server and how do you set a break point? I remember some article on debugging servlets that sait to import

Debugging the servlet

2002-04-03 Thread Juliet
Hello everyone, I'm new to developing a servlet and I wanted to debug it. Is anyone has an idea on how to do it? Thanks, Juliet -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Debugging the servlet

2002-04-03 Thread Valera Molyakov
Hi! You can use IDE that allow local and remote debug( for example Intel JIDEA or JBuilder). - Original Message - From: Juliet [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, April 04, 2002 3:39 AM Subject: Debugging the servlet Hello everyone, I'm new