You can specify it in your web.xml:

<error-page>
        <error-code>404</error-code>
        <location>/error_404.jsp</location>
</error-page>

-Yves-


On Wed, 8 Sep 2004 20:36:38 -0700 (PDT), Andy Engle
<[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I am wondering how I should handle invalid path situations within my
> Struts application.  I want to be able to have a "catch-all" page
> whenever someone enters an invalid path so that they don't see that
> ugly Tomcat 404 page.  How might I go about doing something like that?
> 
> Thanks very much.
> 
> Andy
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



-- 
For me to poop on!
http://www.formetopoopon.com
http://www.nbc.com/nbc/Late_Night_with_Conan_O'Brien/video/triumph.shtml

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

Reply via email to