gt; -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> B.D,
>
> On 5/4/2009 4:23 PM, B D wrote:
> > I run a Spring web service application under Tomcat 5.5.25 and need to
> > eliminate stack traces from all error responses.
> >
> > For Tomcat 3.2 you could add s
Hi,
I run a Spring web service application under Tomcat 5.5.25 and need to
eliminate stack traces from all error responses.
For Tomcat 3.2 you could add showDebugInfo="false" to server.conf but this
is not an option for 5.5.
Defining in web.xml to handle all exceptions
(java.lang.Throwable) doe