Hi, I've searched the archives, and found many people saying that they've
had a problem with this, (and a few saying they haven't), but no message
with a definitive answer.

I'm running Tomcat 3.2 Final (but also happens with b7) on Solaris 

If I use an <error-page> tag with a valid path for an erro rpage to
display, Tomcat seems to repeatedly call that page until it gets a stack
overflow. If I put an invalid path to an error page, this doesn't happen
(I just get a 404 response with null returned), but obviously I still
don't get an error page. If I try to get it to display the error page
based on an <exception-type> rather than an <error-code> I get the same problem

Can one of the people who got this to work please send me a listing of a
war file and the web.xml file that work?

This part of my web.xml is causing the problem:

        <error-page>
                <error-code>404</error-code>
                <location>/error/error.html</location>
        </error-page>

error.html is in the war file under the error directory. (although I've
tried putting it in various other places....

Grateful for any help....

Catherine.


Reply via email to