Pages

Tuesday, September 23, 2014

How to enable debugging in Apache Tomcat?

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