Servlet debugging

[email protected] Tue, 29 Jul 2003 01:00:17 +0200
Newsgroups gmane.comp.java.jswat.user
Message-ID <C028DD1F6F8CD511BCAC0050049D1981ED2B0A@ardom-nt>
Hi,

I saw a post on this last month regarding Tomcat, if anyone succeeded with
Resin - I'd be happy to know how.

I am trying to run in debug mode with 

"httpd.exe -Xdebug -Djava.compiler=NONE
-Xrunjdwp.tranposrt=dt_socket,server=y,suspend=n,address=5000"

and all I get is 

"Error occurred during initialization of VM. Could not find Xrun
jdwp.tranposrt=dt_socket,server=y,suspend=n,address=5000.dll"

Am using Resin 2.1.9 on win XP with JDK 1.4.1_02

Would appreciate any help!

Noam