On Thu, 1 Mar 2001, Carlos de la Flor wrote:

> can anybody says me how can i configure a default error page?
> if in my pages there is any error i want to show a error page, my error
> page.
> is thios posible?
> how can i make it?

In your web.xml file for you r application, you will want to have
something like this:

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


                                     http://www.chapelperilous.net/~bmccoy/
---------------------------------------------------------------------------
Youth is a blunder, manhood a struggle, old age a regret.
                -- Benjamin Disraeli, "Coningsby"


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

Reply via email to