DEBUG JSP

2003-02-20 Thread João Augusto Charnet
Hello. I'd like to know if any one has actually been able to configure Tomcat to debug JSP, and not just Servlets or other Java Classes? Everybody that helped so far gives me some intruction but tells me that they have not tested the instructions. I've done everything I've found about

RE: DEBUG JSP

2003-02-20 Thread Edson Alves Pereira
Para: Tomcat Users List Assunto: DEBUG JSP Hello. I'd like to know if any one has actually been able to configure Tomcat to debug JSP, and not just Servlets or other Java Classes? Everybody that helped so far gives me some intruction but tells me that they have not tested

RE: DEBUG JSP

2003-02-20 Thread Barney Hamish
- From: João Augusto Charnet [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 12:35 PM To: Tomcat Users List Subject: DEBUG JSP Hello. I'd like to know if any one has actually been able to configure Tomcat to debug JSP, and not just Servlets or other Java Classes

Re: DEBUG JSP

2003-02-20 Thread João Augusto Charnet
I understand your concern, and my JSP are not that complicated that need to be put in any kind of Java Beans. But I still want to be able to Debug JSP through Tomcat. Thanks for the tip. John. Barney Hamish wrote: If your JSPs are so complicated that you need a debugger then I would

RE: DEBUG JSP

2003-02-20 Thread Edson Alves Pereira
Users List Enviada: quinta-feira, 20 de fevereiro de 2003 10:49 Para: Tomcat Users List Assunto: Re: DEBUG JSP I understand your concern, and my JSP are not that complicated that need to be put in any kind of Java Beans. But I still want to be able to Debug JSP through

RE: DEBUG JSP

2003-02-20 Thread Randy Paries
:Tomcat Users List Enviada: quinta-feira, 20 de fevereiro de 2003 10:49 Para: Tomcat Users List Assunto: Re: DEBUG JSP I understand your concern, and my JSP are not that complicated that need to be put in any kind of Java Beans. But I still want to be able to Debug JSP

Re: DEBUG JSP

2003-02-20 Thread João Augusto Charnet
Users List' Subject: RE: DEBUG JSP First tell me, do you know remote debugging, that´s the way do do this. After you can create a break point like: stop at teste_jsp:48 Use JAVA_OPTS make Tomcat run in remote debug mode. -- De: João Augusto Charnet[SMTP:[EMAIL PROTECTED

RE: DEBUG JSP

2003-02-20 Thread Edson Alves Pereira
ai. -- De: João Augusto Charnet[SMTP:[EMAIL PROTECTED]] Responder:Tomcat Users List Enviada: quinta-feira, 20 de fevereiro de 2003 13:09 Para: Tomcat Users List Assunto: Re: DEBUG JSP I'm using JDeveloper 9i as my IDE. I can attach to tomcat's Debugger port