Tomcat6部署

时间:2011-03-05 21:52:54

标签: tomcat deployment servlets

我是Servlets和Tomcat部署的新手。 我正在关注'HeadFirst Servlets和JSP'一书来学习Servlet。我做了以下步骤来在tomcat上创建和部署servlet。 1.创建一个servlet 2.创建web.xml 第1章Servlet Ch1Servlet 第1章Servlet / SERV1

  1. 在tomcat下> Webapps,创建了一个名为'ch1'的目录
  2. 在ch1内部,创建了WEB-INF并将web.xml复制到其中。
  3. 在WEB-INF内部创建了类,并将.class文件复制到其中。
  4. 跑the startup.bat
  5. 启动http://localhost:8080/ch1/Serv1,我的HTTP状态为404。
  6. 但是,http://localhost:8080/加载了正确的页面。

    我遇到了这个问题。我知道这是一个非常简单的问题,但我无法在任何地方找到答案。 请帮我解决这个问题。 非常感谢, 安

1 个答案:

答案 0 :(得分:0)

编写servlet是一种非常乏味的方法!获取诸如Eclipse IDE for Java EE developers之类的IDE并编写servlet。

按照此webapps的目录结构。忽略struts-config.xml。

J2EE webapp structure

此外,这里有一些很好的链接,可以帮助您开始使用Eclipse EE。

http://www.ibm.com/developerworks/opensource/library/os-eclipse-tomcat/index.html

http://www.java-tips.org/java-tutorials/tutorials/introduction-to-java-servlets-with-eclipse.html

http://www.eclipse.org/webtools/community/tutorials/BuildJ2EEWebApp/BuildJ2EEWebApp.html