I'd like to configure an error page for my entire
context.
I've gone through the web-app_2_2.dtd and came up with
the following solution which I added to my contexts
web.xml file

        <error-page>
                <error-code>404</error-code>
                <location>http://localhost:8080/</location>
        </error-page>


Now he context is been deployed but cannot be run
indicating some problem.
How can I solve this error or where am I going wrong?
 
Thank you.
Allan Kamau.



__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to