Re: Servlet debugging
Nathan Fiedler <[email protected]> 28 Jul 2003 22:21:58 -0700
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Organization | Blue Marsh Softworks |
| Message-ID | <1059456118.29660.20.camel@nuts> |
The -Xrun option should look like: -Xrunjdwp:transport=... You have a period (.) instead of a colon (:). Another problem may be your PATH does not include the directory containing the jdwp.dll. See JSwat FAQ #2 under "Setting Up" at http://www.bluemarsh.com/java/jswat/docs/faq.html n On Mon, 2003-07-28 at 16:00, [email protected] wrote: > 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