Re: Tomcat 5* on Windows XP / Pro

Nathan Fiedler <[email protected]> Wed, 13 Dec 2006 09:10:13 -0800
Newsgroups gmane.comp.java.jswat.user
Organization Blue Marsh Softworks
Message-ID <[email protected]>
Eric is right, when the catalina script is missing, you need to specify 
the debugging flags yourself (as shown at the top of the page you 
referenced). Now, why the catalina script is missing is beyond me. I'll 
have to take a look at the latest Tomcat and see if anything has changed 
since I wrote those instructions.

Thanks

n


[email protected] wrote:
> I needed to add arguments like the following to get it to work:
> 
> -Xdebug -Xnoagent
> -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=<port>
> -Djava.compiler=NONE 
> 
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Roy Epperson
> Sent: Wednesday, December 13, 2006 8:38 AM
> To: [email protected]
> Subject: [jswat-user] Tomcat 5* on Windows XP / Pro
> 
> I'm at a loss trying to setup Tomcat 5.5 on Windows XP to work with
> Jswat.
> 
> I'm not finding |catalina.bat| as discussed in
> http://bluemarsh.com/java/jswat/docs/howto-servlet.html to add "jpda
> start".
> 
> If I used C:\Program Files\Apache Software Foundation\Tomcat
> 5.5\bin\tomcat5w.exe and add jpda or jpda start to the arguments, Tomcat
> fails to start and I get:
> 
> Dec 13, 2006 6:31:21 AM org.apache.catalina.startup.Bootstrap main
> WARNING: Bootstrap: command "jpda start" does not exist.
> 
> What am I missing and what do I need to do to setup Tomcat up to work
> with Jswat?
> 
> Thanks,
> 
> Roy