Add the following to your web.xml

<error-page>
   <error-code>404</error-code>
   <location>/path/to/error404.jsp</location>
   <error-code>500</error-code>
   <location>/path/to/error500.jsp</location>
</error-page>

HTH

Jan-Michael



----- Original Message -----
From: joe <[EMAIL PROTECTED]>
Date: Thursday, January 30, 2003 3:43 am
Subject: custmize http error - page not found

> hi all!
> 
> is it possible to set a customized http 404 error page?
> it would be nice to have one in the same look and feel of my 
> application.
> thanx,
> joe
> 
> 
> -------------------------------------------------------------------
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to