Remote jsp debuging
I'm running Tomcat 4.0 with debug option. My remote debugger in Idea starts ok. I can debug my action classes (I'm using struts), but I can't debug JSP. Debugger won't stop on my breakpoint in JSP. Can anyone tell me why???
I've changed web.xml in Tomcat conf directory for jasper servlet like this:
jsp
org.apache.jasper.servlet.JspServlet
mappedfile
true
classdebuginfo
true
keepgenerated
true
logVerbosityLevel
DEBUG
3
]]>
I'm using built 666.
Does anyone know what seems to be a problem?
请先登录再写评论。