<servlet>
<servlet-name>examineoperator</servlet-name>
<servlet-class>oamodule.examine.ExamineOperator</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>examineoperator</servlet-name>
<url-pattern>/examine/examineoperator</url-pattern>
</servlet-mapping>
假如webapplication的Path URI D:projectdefaultroot
name为myapplication
那么在浏览器中输入 http://localhost:7001/myapplication/examine/examineoperator就可以访问这个servlet
在jsp的里面提交到/examine/examineoperator也可以提交到这个servlet
本篇文章来自<A href='http://www.soidc.net'>IDC专家网</a> 原文链接:http://www.soidc.net/discuss/1/021206/12/385090_1.html