RE: debugging Servlets under Tomcat 5.5 on Windows XP

2007-01-11 Thread Heiko Petzsch
Hi Chuck, > Use the .zip download rather than the .exe; all files are in the .zip > version, but for whatever reason, several useful ones were left out of > the .exe. problem solved - thanks for the hint ! Heiko --- Heiko Petzsch GTS Systems & Consulting Email [EMAIL PROTECTED] --

RE: debugging Servlets under Tomcat 5.5 on Windows XP

2007-01-10 Thread Caldarale, Charles R
> From: Heiko Petzsch [mailto:[EMAIL PROTECTED] > Subject: debugging Servlets under Tomcat 5.5 on Windows XP > > - the FAQ "How do I debug a Tomcat application?" tells me to modify > 2 environment variables JPDA_ADDRESS and JPDA_TRANSPORT, > and then to start Tomcat

debugging Servlets under Tomcat 5.5 on Windows XP

2007-01-10 Thread Heiko Petzsch
Hi, I want to debug servlets running under Tomcat 5.5.20 (freshly installed) on Windows XP, but I can't get the JVM to open the debug port in order that Eclipse can attach to it (as verified by running "netstat -a"). It seems to me that the documentation on how to enable debugging is outdated