I am unable to figure out why I am getting this error. I have checked and rechecked my code does not seems to find nay error.
16 Jul, 2012 3:21:25 AM org.ap
org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet [XYZ] in context with path [/ABC]
It appears to be uncorrectly configured into the application. If it uses a context xml in the application appart from the web.xml it would be wise to check both anyhow and that the servlet XYZ is properly configured in the web.xml particularly , if it is in a .jar in lib then the .jar will need to be named in the web.xml as a resource and the server will need to be restarted. It about said it could not find the servlet.