首页 相关文章 使用Resin3.0配置运行Java Servlet

使用Resin3.0配置运行Java Servlet

前提:正确安装JDK和Resin3.0
  这个是原始文档,我做一下注释
  Configuring the web.XML
  The following is a complete working web.xml to run this example.
  The servlet-mapping tells Resin that the URL /hello should invoke the hello-world servlet.
  The servlet tells Resin that hello-world uses the test.HelloWorld class and that the value of the greeting init parameter is Hello World.
  
  WEB-INF/web.xml
  web-app>
  servlet-mapping url-pattern='/hello'
  servlet-name='hello-world'/>
  
  servlet servlet-name='he...[ 查看全文 ]

2016-02-19 标签:

使用Resin3.0配置运行Java Servlet的相关文章

手机页面
收藏网站 回到头部