On Wed, 15 Sep 2004 13:06:01 -0400, Bill Siggelkow
<[EMAIL PROTECTED]> wrote:
> Place this stancza below your welcome-file-list in your web.xml. You can
> use a static HTML page or a JSP.
> 
> <error-page>
>      <error-code>404</error-code>
>      <location>/error404.jsp</location>
> </error-page>
> 

In a servlet 2.4 environment, you could also map this condition
directly to a Struts action or URL mapped directly to a servlet.

> -Bill Siggelkow
> 

Craig

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

Reply via email to