Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
is it possible to Debug JSP in a Tomcat 4.x (i’ve tried 4.03 with jdk1.3.1) container.
I’m able to set breakpoints in the JSP Editor and Tomcat is running in Debug Mode. JSP’s can be viewed but the IDE does not hold at the defined breakpoints.
I’am using Eclipse 2.11 and the latest version of myEclipse.
No, in order to do source level JSP debugging, the server must support JSR-045. Tomcat 4.x does not. Currently, on the open source market, only Tomcat 5 does, but it is still in alpha.
Simon is correct on the JSR-045 support issue. Additionally, you can use Bejy Tiger (www.bejy.org). In the upcoming service release (2.5.2) we’ve added support for Jetty 4 & 5, and Jetty 5 also supports JSR-045.