How do I debug JSP errors in the Admin web application?

0
Posted

How do I debug JSP errors in the Admin web application?

0

The admin web application that ships with Tomcat’s binary distribution contains pre-compiled JSPs and mappings for them. In order to debug these JSPs, you need to get the source versions, place them in the admin webapp directory, and disable the JSPC-generated web.xml servlet mappings.

Related Questions