Hi,
I am trying to display custom error pages in Tomcat 3.2.2 whenever 404, 500 
or other errors are encountered by web server. I modified the web.xml file 
and added
    <error-page>
        <error-code>
                404
        </error-code>
        <location>
                404.html
        </location>
    </error-page>
However this is not displaying my custom 404.html page. I scanned the 
archive and couldn't find any solution. Can someone please advise?

Thanks and regards

D K Goyal

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to