----- Original Message -----
From: "Carlos Pereira" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 03, 2003 4:24 PM
Subject: error-page directive


> I am using Tomcat 4.1.24 in Windows XP and I cannot define an error page.
I have defined it in web.xml as
>
>  <error-page>
>     <error-code>500</error-code>
>     <location>/errorpage.hmtl</location>
>   </error-page>

If this is a cut'n'paste job from your web.xml page then the problem is you
have defined a .hmtl and not .html file.

G.


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

Reply via email to