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
