For the first Windows variables:
set JPDA_ADDRESS=8000 set JPDA_TRANSPORT=dt_socket
To start the server in debug mode:
%TOMCAT_HOME%/bin/catalina.bat jpda start
For the first export unix variables:
export JPDA_ADDRESS=8000 export JPDA_TRANSPORT=dt_socket
and start the server in debug mode:
%TOMCAT_HOME%/bin/catalina.sh jpda start
krzysiek.ste 04 Oct '13 at 10:35
source share