Debugging JSP in embedded servlet container

I'm running embedded Jetty inside my application and use org.apache.jasper.servlet.JspServlet for processing *.jsp requests.
Is there a way to enable debug in these JSPs?

0

请先登录再写评论。