How can I debug a JSP application deployed to a jboss-3.0.4_tomcat-4.0.6 application server using MyEclipse??.
The short answer is that we can’t support source-level debugging in this bundle since it relies on Tomcat 4, which does not implement the JSR-045 debugging specification. MyEclipse has full support for JSP source level debugging in all compliant containers, but at this point the list is Tomcat 5, Jetty 5, and Bejy Tiger. As soon as the JBoss group begins bundling one of these, instead of Tomcat 4, JSP source level debugging will work. With the configuration you’re using, any source-level java debugging will be fine, but source directly in your JSP’s will not be debuggable.
–Scott
MyEclipse Support