Sometimes, during development I get:
[http-8080-6] WARN org.apache.struts.action.RequestProcessor - Unhandled Exception thrown:"...
from struts.
When it reproduces, I'm debugging it and find the problem, however, If I cannot reproduce, I will never know which bugs are hiding in my application.
Is there any way to tell struts to run in debug mode or something, so that it will always show the full stack trace for the exception?