Pages

Showing posts with label debugging. Show all posts
Showing posts with label debugging. Show all posts

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"