I’m not doing JSR-45 sense of JSP debugging, I’m just trying to debug compiled xxx_jsp.java files. I mounted C:\jboss-3.2.3\server\default\work\MainEngine\localhost\_ in my project. After setting a breakpoint, execution paused, an editor opened, but instead of showing the content of the java file, it shows “Source not found for taskTimeline_jsp._jspService(HttpServletRequest, HttpServletResponse) line: 44”.
Another problem is that since my JSP files are grouped in directories, such as task\taskTimelin.jsp, if I open taskTimeline_jsp.java in Eclipse, I got error “the declared package does not match the expected package” since the first line of the java file is “package org.apache.jsp;”, not “package org.apache.jsp.task;” How do I fix this?