This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
How a solution of removing a option in IE be global to N number of users of a website? You should not give a solution for removing a option from IE to see the Custom Error Page or something else.
Error message received while executing the servlet which doesn't exist on the server: HTTP Status 404 - /servlet/abc
description The requested resource (/servlet/abc) is not available.
The above problem occurs because the desired servlet doesn't exist on the server but it might be listed somewhere because of which its getting hits. The problem is that <errorpage> tag is not working i.e. the custom error page is not displayed.
I have made changes in web.xml of website and restarted tomcat but no result. I have made changes in web.xml of tomcat and restarted tomcat but no result.
I am using Tomcat 5.5.25 - and there are many servlets which doesn't exists on the server anymore but they generate errors because of which log file becomes very heavy everday.
Any suggestion or solutions ?
Thanks
[edit: removed editorial content more appropriate to another forum] [ September 22, 2008: Message edited by: Bear Bibeault ]
Originally posted by Mannu Jain: How a solution of removing a option in IE be global to N number of users of a website? You should not give a solution for removing a option from IE to see the Custom Error Page or something else.