Hi all,
Using tomcat 6.

Stack traces go to my logs -- however it appears that after a certain stack
trace is reported a few times, it'll stop posting the full stack trace with
line numbers, and just post the exception name.

For instance, I get a NullPointerException with the full stack trace, then a
few minutes later it happens again, and I only get:
SEVERE: Servlet.service() for servlet MyServlet threw exception
java.lang.NullPointerException


Is there any way to tell tomcat to ALWAYS show me the full stack trace?

Thanks,
-d

Reply via email to