Debugging JSPs

2003-01-29 Thread Ron van Pol
Hi there, I've asked some question before regarding remote debugging of JSPs with tomcat4. Since nobody has responded yet, I'll give it another try. Can anybody please tell me how they debug JSPs with tomcat4? Regards, Ron

Problems debugging JSPs

2001-08-20 Thread TOellrich
Hi, I'm experiencing some problems when trying to debug JSPs in JBuilder 5. By the way, I'm using Tomcat 3.2.3 under Windows NT. I've added the Java file generated by Jasper to my project and set a breakpoint in the _jspService() method. Then when I reload the page in my browser JBuilder 5 opens

Remote debugging JSPs

2003-01-09 Thread Ron JCH. van Pol
Hi, Has anyone succesfully setup remote debugging of Java ServerPages with Tomcat4? I am able to debug servlet using JPDA but not with Java ServerPages. Any suggestion would be greatly appreciated. Thanks, Ron

Antwort: Debugging JSPs

2003-01-29 Thread Dietmar . Mueller
t Users List" <[EMAIL PROTECTED]> An:"Tomcat Users List (E-mail)" <[EMAIL PROTECTED]> Kopie: Thema: Debugging JSPs Hi there, I've asked some question before regarding remote debugging of JSPs with tomcat4. Since nobody has responded yet, I'll give it anothe

Re: Debugging JSPs

2003-01-29 Thread Steven J. Owens
On Wed, Jan 29, 2003 at 11:24:30AM +0100, Ron van Pol wrote: > I've asked some question before regarding remote debugging of JSPs > with tomcat4. Since nobody has responded yet, I'll give it another > try. Can anybody please tell me how they debug JSPs with tomcat4? With great care and painst

RE: Problems debugging JSPs

2001-08-21 Thread Rob S.
ay, August 20, 2001 11:22 AM > To: [EMAIL PROTECTED] > Subject: Problems debugging JSPs > > > Hi, > > I'm experiencing some problems when trying to debug JSPs in JBuilder 5. By > the way, I'm using Tomcat 3.2.3 under Windows NT. I've added the Java file >

Debugging JSPs and Servlets

2002-02-27 Thread Nitin Vira
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 checked the access loggs but they only logg GET request also it doesnt

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

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 wi

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 > &

Re: Debugging JSPs and Servlets

2002-02-27 Thread August Detlefsen
; >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 > checked the access loggs b

Debugging JSPs using Tomcat 3.2.3 and NetBeans 3.3.2

2002-11-14 Thread Bruce Dahms
I'm using NetBeans 3.3.2 with an EXTERNAL instance of Tomcat 3.2.3. I'm trying to configure Tomcat so I can watch JSP variables and expressions. Here is how I'm starting Tomcat: start "Tomcat 3.2.3" "C:\Java\1.3.0_02\bin\java" -classic -Xdebug -Xnoagent -Djava.compiler=NONE

RE: Debugging JSPs using Tomcat 3.2.3 and NetBeans 3.3.2

2002-11-15 Thread Larry Isaacs
ape.net] > Sent: Thursday, November 14, 2002 4:28 PM > To: [EMAIL PROTECTED] > Subject: Debugging JSPs using Tomcat 3.2.3 and NetBeans 3.3.2 > > > I'm using NetBeans 3.3.2 with an EXTERNAL instance of Tomcat > 3.2.3. I'm > trying to configure Tomcat so I can

RE: Debugging JSPs using Tomcat 3.2.3 and NetBeans 3.3.2

2002-11-18 Thread Bruce Dahms
elieve I just need to add a "-g" to the Javac command line that creates the compiled servlet, but I don't know how to do that. Thanks in advance. Bruce > -Original Message- > From: Larry Isaacs [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 15, 2002 07:11 > To

RE: Debugging JSPs using Tomcat 3.2.3 and NetBeans 3.3.2

2002-11-19 Thread Larry Isaacs
s, Larry > -Original Message- > From: Bruce Dahms [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 18, 2002 12:59 PM > To: 'Tomcat Users List' > Subject: RE: Debugging JSPs using Tomcat 3.2.3 and NetBeans 3.3.2 > > > Hi Larry: > > Thanks for t