Derailed in Uncle Gates' Victory Garden.
if not ""%1"" == ""jpda"" goto noJpda
set JPDA=jpda
if not "%JPDA_TRANSPORT%" == "" goto gotJpdaTransport
set JPDA_TRANSPORT=dt_shmem
:gotJpdaTransport
if not "%JPDA_ADDRESS%" == "" goto gotJpdaAddress
set JPDA_ADDRESS=jdbconn
:gotJpdaAddress
shift
:noJpda
...
set JPDA_TRANSPORT=dt_socket
...
set JPDA_ADDRESS=8000
...
if not ""%1"" == ""jpda"" goto noJpda
set JPDA=jpda
if not "%JPDA_TRANSPORT%" == "" goto gotJpdaTransport
set JPDA_TRANSPORT=dt_socket
:gotJpdaTransport
if not "%JPDA_ADDRESS%" == "" goto gotJpdaAddress
set JPDA_ADDRESS=address=8000,server=y
:gotJpdaAddress
shift
0 Responses to “Running Tomcat 5.5 in Remote Debug Mode with Java 5 (Jdk 1.5.0_6)”
Leave a Reply