JSP Debug with Resin Follow
Is there any way to debug JSPs?
I am using Resin plugin and I need to set break points inside the JSPs.
Right now the debugger simply skips my JSP break points.
Is there a plugin i can use?
Help is appreciated, thanks
Eugene
Please sign in to leave a comment.
Well JSP debugging is only supported for Resin 3.
However, Resin, does not seem to generate complete
debugging information, so setting breakpoints sometimes
works and sometimes doesn't.
There's is not very much that can be done to fix
this. JSP debugging is much better supported by Tomcat,
and perhaps JBoss (I don't know), so perhaps you can
try that.
/magnus