Re: Debuging Struts Application with Eclipse

2005-11-23 Thread su mo
Hi Richard Couple of suggestions - 1. Set the following variables in catalina.bat set JPDA_TRANSPORT=dt_socket set JPDA_ADDRESS=8000 2. I had this error earlier then pointing eclipse and tomcat to use same JRE fixed the problem. 3. After running catalina.bat jpda start, try to see if the sock

AW: Debuging Struts Application with Eclipse

2005-11-23 Thread R. Markham
beginning with the IDE. Regards Richard Markham -Ursprüngliche Nachricht- Von: Martin Kindler [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 23. November 2005 14:49 An: 'Struts Users Mailing List' Betreff: AW: Debuging Struts Application with Eclipse If you are using Tomcat I would suggest

AW: Debuging Struts Application with Eclipse

2005-11-23 Thread Martin Kindler
005 14:40 > An: user@struts.apache.org > Betreff: Debuging Struts Application with Eclipse > > > > > Hallo > > > > Since several days I tried to debug my Struts Application > with Eclipse. I set following ENV variables > > Set JPDA_TRANSPORT=dt_shm

Debuging Struts Application with Eclipse

2005-11-23 Thread R. Markham
Hallo Since several days I tried to debug my Struts Application with Eclipse. I set following ENV variables Set JPDA_TRANSPORT=dt_shmem Set JPDA_ADRESS=8000 I called Catalina with "jpda start" parameter. If I try to connect to jvm in Eclipse I always get the message "Failed to conne