struts1.3开发中web.xml配置中的问题

我的web.xml是这样配置的
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">

smart1

index.jsp


action

org.apache.struts.action.ActionServlet


config
/WEB-INF/struts-config.xml


debug
2


detail
2

2

<servlet-mapping>
    <servlet-name>action</servlet-name>
    <url-pattern>*.do</url-pattern>
</servlet-mapping>


myeclipse用的是6.0tomcat用的是5.0jdk用的是1.6
那为什么会提示ActionServlet没用呢是never没用