Hi,

I'm having a problem. I have defined error pages in my web.xml

I've defined:

<error-page>
        <error-code>404</error-code>
        <location>/errors/error404.jsp</location>
</error-page>

Now I expect to see the error page when I request a non existing page like 
http://localhost/my-app/non-existing-page.html, which does not happen. I'm 
obviously overlooking something, but what??

[When I define the error page in a jsp page with <%@ 
errorpage=/errors/error404.jsp %> it does work. So it can find the page, 
which gives me the impression I've setup something wrong. What??


FE

Frank Eggink
Swift Applications
[EMAIL PROTECTED]
+31 6 28847325 (voice)
+31 33 4532464 (fax)


Reply via email to