I usually change the startup parameters of Tomcat according to a remote
VM,
but Tomcat has JPDA capabilities out of the box
check the startup parameters for tomcat, there is a jpda entry hidden
you can use that one to turn on JPDA and then hook into the running
tomcat
from whatever remote debugger you use.



Werner Punz Labor-C
http://www.labor-c.net



-----Ursprüngliche Nachricht-----
Von: Aurelien Pernoud [mailto:[EMAIL PROTECTED]]
Gesendet: Dienstag, 21. Jänner 2003 11:08
An: 'Jetspeed Users List'
Betreff: RE: Debugging Portlets



Tomcat 3 :
main class : org.apache.tomcat.startup.Main
parameters JVM : nothing
parameters application : run

Tomcat 4 :
main class : org.apache.catalina.startup.Bootstrap
JVM : -Dcatalina.home="THE\PATH\TO\YOUR\TOMCAT\DIR"
ex : -Dcatalina.home="C:\jakarta-tomcat-4.1.17"
application : start

HTH,
Aurelien

Shorney, Rob a écrit :

> Hi,
>
>
>
> Does anybody know how to debug portlets using JBuilder and remote
> debugging
> - I am guessing that some JVM parameters need to be set in Tomcat -
> but I don't know.


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to