Server User Manual

Table Of Contents
Chapter 9: Using JBuilder with JBoss servers 91
JSP debugging
JSP debugging
Tomcat or Jetty do not support JSP source debugging, but you can remedy this
problem with the following steps:
1 Download Tomcat 4.0 from jakarta.apache.org/tomcat.
2 Browse to the lib directory of the Tomcat server install.
3 Search for the jasper-compiler.jar and the jasper-runtime.jar in your JBoss
installation and replace them with the
jasper-compiler.jar and the jasper-
runtime.jar
found in the Tomcat 4.0 servers lib directory.
For more information about JSP debugging, see Debugging JSPs in the JavaServer
Pages (JSP) chapter of the Developing Web Applications.