Hi, In my struts configuration file, I have declared a global exception as mentioned below.
<global-exceptions> <exception key="error.runtime" path="RuntimeError" scope="request" type="java.lang.Exception"/> </global-exceptions> I'm using the default ExceptionHandler. The idea behind defining this global exception was not to show any kind of exception on the browser. This works fine. But now I'm not able to track the reason for the failure. Tell me approach so that I can see the stack trace in the log file / system console. Currently, I'm not able to see any exceptions coming on the console. Is it a must to sub class the ExceptionHandler to achieve this? Regards, Ashutosh. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]