To enable debugging in apache tomcat, edit tomcat/bin/catalina.sh file and add following line:
CATALINA_OPTS="$CATALINA_OPTS -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n"
No comments :
Post a Comment