Sebastian Thomschke
IT Freelancer – Java, J2EE, IBM WebSphere Portal, Lotus Notes/Domino
-
Running TomCat 6 in Debug Mode under Windows
While tracing some problems in one of my grails applications I had the need to do step debugging on a remote Tomcat server. Eventually I came up with the following lines to launch TomCat in debug mode:
@echo off set JPDA_TRANSPORT="dt_socket" set JPDA_ADDRESS="8000" set JPDA_SUSPEND="y" catalina.bat jpda start
Simply create a debug.bat file in TomCat’s bin directory and add these lines.
One response to “Running TomCat 6 in Debug Mode under Windows”
-
branko 8:12 PM at 8:12 PM
Thanks, it worked for me with few changes:
@echo off
set JPDA_TRANSPORT=”dt_socket”
set JPDA_ADDRESS=”8000″
set JPDA_SERVER=”y”
set JPDA_SUSPEND=”n”
catalina.bat jpda start
Leave a reply
-


Looking for a high performer for your next IT project?


English
Deutsch
Recent Comments