I finally found the Resin specific debug startup command to make the
whole thing work.

Much better.

Thanks

Edgar

-----Original Message-----
From: edgar [mailto:edgar@;blue-moose.net] 
Sent: Thursday, November 14, 2002 12:58 PM
To: 'Struts Users Mailing List'
Subject: RE: JSP Debug / IDE's


If I am understanding you correctly, you can debug the java code, but
not the jsp code simply by connecting to the webserver daemon.

Thanks, I'll give it another go.

Edgar

-----Original Message-----
From: Karr, David [mailto:david.karr@;attws.com] 
Sent: Thursday, November 14, 2002 12:39 PM
To: 'Struts Users Mailing List'
Subject: RE: JSP Debug / IDE's


I've been able to use Netbeans to debug web applications in Tomcat,
simply by using the "remote debugger" feature, allowing me to "attach"
to a java process started with the correct parameters to assume remote
debugging.  I just mount my source trees and set breakpoints.  This will
work with other application servers that allow you to just use a script
to run "java" on a class to start the appserver.  Other debuggers also
use the same feature.

Now if you want to directly debug JSP pages, or you want to use the
"embedded" appserver in a debugger, that gets complicated, and is pretty
different with debugger/appserver combination.

> -----Original Message-----
> From: edgar [mailto:edgar@;blue-moose.net]
> 
> I know this is not exactly the place for this question but most of you

> have a opionions and experience on this issue.
> 
> If you have a standalone piece of Java code with a 'main' debugging is

> a piece of cake.  If you are triing to run an iteractive debugger on 
> the browser / jsp / java combination it is not so straight forward.
> 
> I have tried with Codeguide and Eclipse (I am using Resin as my
> webserver) and I can't get it to do anything approaching usefullness.

--
To unsubscribe, e-mail:
<mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:struts-user-help@;jakarta.apache.org>


--
To unsubscribe, e-mail:
<mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:struts-user-help@;jakarta.apache.org>


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to