Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 77630 invoked from network); 20 Feb 2003 16:06:47 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 20 Feb 2003 16:06:47 -0000 Received: (qmail 2116 invoked by uid 97); 20 Feb 2003 16:08:21 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 2109 invoked from network); 20 Feb 2003 16:08:21 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 20 Feb 2003 16:08:21 -0000 Received: (qmail 74925 invoked by uid 500); 20 Feb 2003 16:06:05 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 74755 invoked from network); 20 Feb 2003 16:06:03 -0000 Received: from unknown (HELO mailhost01.sfw.com.br) (200.190.117.109) by daedalus.apache.org with SMTP; 20 Feb 2003 16:06:03 -0000 Received: from sfw.com.br (unknown [192.168.61.78]) by mailhost01.sfw.com.br (Postfix) with ESMTP id 6B51F53620 for ; Thu, 20 Feb 2003 13:06:01 -0300 (BRT) Message-ID: <3E54FDD7.7080403@sfw.com.br> Date: Thu, 20 Feb 2003 13:09:59 -0300 From: =?ISO-8859-1?Q?Jo=E3o_Augusto_Charnet?= User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: DEBUG JSP References: <004701c2d8f2$4461caa0$6b02a8c0@rplaptop> Content-Type: multipart/alternative; boundary="------------070000000108060800050102" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --------------070000000108060800050102 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit I'm using JDeveloper 9i as my IDE. I can attach to tomcat's Debugger port through JDeveloper, and my breakpoints only works in my classes. In my JSP it does not work. Could it bem some option on the JAVA_OPTS ? Where could I get the complete reference for the options in JAVA_OPTS ? Thanks again ... John Randy Paries wrote: >Not sure what ide you are using, but with intellij by idea you can debug >jsp's with tomcat and remote debug > >It works very well > >RP > >-----Original Message----- >From: Edson Alves Pereira [mailto:eapereira@panamericano.com.br] >Sent: Thursday, February 20, 2003 8:54 AM >To: 'Tomcat 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:joao.charnet@sfw.com.br] >>Responder: 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 through Tomcat. >> >>Thanks for the tip. >> >> >>John. >> >>Barney Hamish wrote: >> >> >> >>>If your JSPs are so complicated that you need a debugger then I would >>> >>> > > > >>>seriously consider cutting out some of your java code and putting it >>>into java beans that you access from your JSPs. >>> >>>It's much better practice to have JSPs that are only responsible for >>>the view. Hamish >>> >>> >>> >>> >>> >>>>-----Original Message----- >>>>From: Jo�o Augusto Charnet [mailto:joao.charnet@sfw.com.br] >>>>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? >>>>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 this topic. >>>>Switched to OJSP (Oracle JSP compiler) and still got nothing. >>>>I'd like to know if any one DID configure tomcat and TESTED >>>>it to Debug JSP. >>>> >>>>Thanks a lot... >>>>Sincerely, >>>>John >>>> >>>> >>>>-------------------------------------------------------------------- >>>>- >>>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >>>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org >>>> >>>> >>>> >>>> >>>> >>>--------------------------------------------------------------------- >>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org >>> >>> >>> >>> >>> >>> >>> >> >> > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > > > > --------------070000000108060800050102--