You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by shane <sh...@sydneygang.com> on 2004/02/25 13:25:14 UTC

Starting Tomcat 5 JVM in debug Mode

Could you enlighten me as to how to start TOMCAT 5 with the following
parameters to enable remote debugging on the JVM? 
 
These parameters need to be passed to the JVM during start up, but I
can't work out where they should go with all the various scripts and bat
file strings used in the startup.bat and Catalina.bat
 
-Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005
 
Thanks 
 
Shane Parkinson