A common headache for JSP developers is debugging JSPs. The java community provides a lot of tools to debug java code. But there is no standard way to debug JSPs. The article describes how to debug JSPs in Tomcat 7.0.0 and later.. We would be using JSR-45 to debug JSPs. JSR-45 is supported by Tomcat 7.0.0 and later. JSR-45 is not supported by Tomcat 6.0.0 and earlier. We can download JSR-000045 ..