Hi, i need help! i want to handle 404-Errors! If there is a 404-Error, tomcat should show an error-page. I'm using Tomcat 3.3 and i put the following in my web.xml
<error-page>
<error-code>404</error-code>
<location>/fehler.mb1</location>
</error-page>
but it doesn't work! Can anybody help me?
Jens
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
