customised error pages rather than tomcats error pages

2002-07-09 Thread AMRAN121
Hi I would like to know how can I set tomcat to output my own custom error pages when i get error 403, 404, 500 and so on rather than tomcats error pages. Thanxs -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: customised error pages rather than tomcats error pages

2002-07-09 Thread Douglas, Rory
Title: RE: customised error pages rather than tomcats error pages Try adding these definitions to your web.xml error-page error-code404/error-code location/Failure.jsp/location /error-page error-page exception-typejava.io.IOException/exception-type location/Failure.jsp/location /error

Re: customised error pages rather than tomcats error pages

2002-07-09 Thread rsequeira
AM Please respond to Tomcat Users List [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:customised error pages rather than tomcats error pages Hi I would like to know how can I set tomcat to output my own custom error pages when i get error 403, 404, 500 and so on rather than tomcats

Re: customised error pages rather than tomcats error pages

2002-07-09 Thread AMRAN121
ok thanxs -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: customised error pages rather than tomcats error pages

2002-07-09 Thread Craig R. McClanahan
On Tue, 9 Jul 2002 [EMAIL PROTECTED] wrote: Date: Tue, 9 Jul 2002 10:16:52 EDT From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: customised error pages rather than tomcats error pages Hi I would like to know how can I set tomcat