Tuesday, August 30, 2011

Tomcat Remote Debug in linux

add folowing inside /etc/default/tomcat6

JAVA_OPTS="${JAVA_OPTS} -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"

and restart . tomcat debug is now in port 8787

No comments:

Post a Comment