Thanks a lot!
web.xml & error500.jsp - issue solved!
--
View this message in context:
http://www.nabble.com/Tomcat---don%27t-output-errors-to-browser-tp22386610p22389940.html
Sent from the Tomcat - User mailing list archive at Nabble.com.
---
guys, please forgive me all my typos 2day, got some knots in my fingers..
corrected version:
On Sat, Mar 7, 2009 at 3:27 PM, Gregor Schneider wrote:
> You also might find the tag in the
> -element helpful, esp., if you specify it for
> java.lang.Throwable
>
Rgds
Gregor
--
just because your
You also might find the tag in the
-elemnt halbful, esp., if you pecify it for
java.lang.Throwable
Rgds
Gregor
--
just because your paranoid, doesn't mean they're not after you...
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available @ http://pgpkeys.pca.dfn.de:11371
---
You can add the following entry to your deployment descriptor (web.xml)
500
/error500.jsp
You can display an end user friendly message in the error500.jsp instead of
the Error stacktrace.
Hope this helps
Cheers
--
Anurag
Hi folks
I use Tomcat 6 and NetBeans 6.5 (on Ubuntu 8.10) and I'd like tomcat to
output the error messages to somewhere else instead of the browser, for
example to the NetBeans output console.
Here's a screenshot of the error output to the browser which I'd like
redirected to somewhere else:
http