Check your web.xml configuration. Be careful on how you write your XML. For example: <servlet></servlet> instead of <servelet></servelet> can cause this error.
<servlet></servlet>
<servelet></servelet>