Via setup in your applications web.xml. Example:
  <error-page>
    <error-code>404</error-code>
    <location>/404.html</location>
  </error-page>
  <error-page>
    <error-code>500</error-code>
    <location>/500.html</location>
  </error-page>

> -----Original Message-----
> From: Krishnamoorthy Rao [mailto:[EMAIL PROTECTED] 
> Sent: 13 Януари 2004 г. 15:14
> To: [EMAIL PROTECTED]
> Subject: Customizing Error Pages
> 
> 
> Hi,
> 
> I am using Tomcat 4.0. How to customize error pages?
> 
> Your help will be valuable for us.
> 
> Thanks and Regards,
> Krishnamoorthy Rao
> PLAYWIN - Vashi
> 

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

Reply via email to