Fellows!
I was tackling this topic for weeks and it seems like this feature won't
work for me. The situation is simple like 3-4 previously described in this
forum. I need XML based error page.
 I'll explain behavior of my tomcat instance.
        relevant part of web.xml:
                <error-page>
                        <error-code>404</error-code>
                        <location>error/404.jsp</location>
                </error-page>


First it doesn't react on anything in location but error.jsp
if I put error.jsp it goes to loop and then overflows.
if I remove / thingy
for once it returns strange 500 error with null in body content and switches
to standard IE fill of 404 error message .
ppl just please tell me that it works somehow. Project ends by January 10.



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

Reply via email to