dream.in.java

能以不变应万变是聪明人做事的准则。万事从小事做起,积累小成功,问鼎大成功,是成功者的秘诀。

问题

<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

posted on 2009-03-05 20:12 YXY 阅读(96) 评论(0)  编辑  收藏


只有注册用户登录后才能发表评论。


网站导航: