thanks
another enhancement to consider would be to support linking back to the jsp from strack trace elements.
04-02-2006 14:26:37,968 [http-8080-Processor24] ERROR com.gunn.etime.Exception – Unhandled Error
java.lang.Exception: exception
at org.apache.jsp.JSPPage_jsp._jspService(org.apache.jsp.JSPPage_jsp:104)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
…
if that appeared in my console output i could click on ‘HttpServlet.java:802’ and it would take me to the source (if i have the source loaded). I’d like to be able to click on ‘org.apache.jsp.JSPPage_jsp:104’ and be taken to the line in JSPPage.jsp that threw the error.
that would be very helpful.
thanks.