Hi,

I'm using Tomcat 6.0.26 on Mac 10.3.6.  In our localhost file, we often get
exceptions that resemble ...

SEVERE: Servlet.service() for servlet jsp threw exception
java.lang.NullPointerException
        at
org.apache.jsp.play.music.news.details_jsp._jspService(details_jsp.java:456)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
        at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
....

Is there a way to configure Tomcat to record what the URL was in the browser
when this error occurred?  While I'm at it, is there a way to also link in
all session and request data at the time of the error (since the request may
have been submitted via HTTP POST)?

I can't tell you how helpful something like that would be.  Thanks for any
advice, - Dave

-- 
View this message in context: 
http://old.nabble.com/Way-to-record-what-URL-an-error-originated-from-in-my-localhost-file--tp28626297p28626297.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to