posted 19 years ago
In WSAD 5.0, I can associate a html error code (for example 500 or 404) with a error.jsp page and it run well whenever such error code return. But when I deploy on WAS 5.0 the server always return the urgly html default error message. I don't understand why.
<error-page>
<error-code>404</error-code>
<location>/pages/filenotfound.jsp</location>
</error-page>
This code run well on WSAD but cannot on WAS.
Can any body ever configure such pages on WAS 5.0 please help
Thanks