I use this on windows:

1.
in bin\catalina.bat, set JPDA_TRANSPORT and JPDA_ADDRESS to fit your needs
e.g. mine are:
set JPDA_TRANSPORT=dt_socket
set JPDA_ADDRESS=8000

I also change the default suspend=n to suspend=y on the last lines of the script (starting with %_EXECJAVA%)

2.
start command prompt in TOMCAT_HOME

3.
enter
bin\catalina.bat jpda start

CT

Martin wrote:

Hi all,

could somebody please tell me how to start tomcat 5 on Windows in debug
mode? I would like to use it for remote debugging, but I just recently
upgraded to tomcat 5 and could not find any description how to do this.

Is there maybe any generic solution to start tomcat 5 on windows and linux
in debug mode?

Many thanks,
Martin





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to