Remote debugging a web app with Eclipse?

2004-11-14 Thread Michael Schuerig
I've tried to remote debug a web app with Eclipse, but didn't make the first hurdle. Apparently, Eclipse can't connect to Tomcat's JVM. I'm using Tomcat 5.5.1, J2SE 5.0 and Eclipse 3.1M3. I take it, that in some way I need to tell the JVM that it's running in debug mode and what port it ought

RE: Remote debugging a web app with Eclipse?

2004-11-14 Thread George Sexton
://www.mhsoftware.com/ Voice: 303 438 9585 -Original Message- From: Michael Schuerig [mailto:[EMAIL PROTECTED] Sent: Sunday, November 14, 2004 9:06 AM To: [EMAIL PROTECTED] Subject: Remote debugging a web app with Eclipse? I've tried to remote debug a web app with Eclipse, but didn't

Re: Remote debugging a web app with Eclipse?

2004-11-14 Thread Michael Schuerig
On Sunday 14 November 2004 17:16, George Sexton wrote: Here is a wrapper that I use to start tomcat for remote debugging with Eclipse. Note that the indented CATALINA_OPTS is actually one long line in the batch file. Thanks! that was easier than I expected. I'm starting Tomcat from an ant