Remote debugging of Java web applications in Apache Tomcat and JBoss

Remote debugging of Java web applications in Apache Tomcat and JBoss

In this four minute tutorial I’m presenting how to remotely debug Java web applications in Apache Tomcat and JBoss containers. This tutorial may be useful if you deployed your application on the remote server and want to debug it in this particular environment. IMPORTANT: remember that your Java application HAS to be compiled with enabled debug information, otherwise you will not be able to debug it.