Servlet xxx is not available

Posted by hguser on Stack Overflow See other posts from Stack Overflow or by hguser
Published on 2010-04-05T02:16:09Z Indexed on 2010/04/05 2:23 UTC
Read the original article Hit count: 279

Filed under:

In the web.xml of my web app I have configed the server as following:

The web.xml

However when I request this servlet ,I got a error which tells me "Servlet SOS is not available",but I am sure this servlet do exist in the WEB-INFO/lib/sos.jar. And I have seen the initialization work under the servelt from the logs. I wonder why can not tomcat find the sevlet?

© Stack Overflow or respective owner

Related posts about servlets