我是Servlets和Tomcat部署的新手。 我正在关注'HeadFirst Servlets和JSP'一书来学习Servlet。我做了以下步骤来在tomcat上创建和部署servlet。 1.创建一个servlet 2.创建web.xml 第1章Servlet Ch1Servlet 第1章Servlet / SERV1
但是,http://localhost:8080/加载了正确的页面。
我遇到了这个问题。我知道这是一个非常简单的问题,但我无法在任何地方找到答案。 请帮我解决这个问题。 非常感谢, 安
答案 0 :(得分:0)
编写servlet是一种非常乏味的方法!获取诸如Eclipse IDE for Java EE developers之类的IDE并编写servlet。
按照此webapps的目录结构。忽略struts-config.xml。
此外,这里有一些很好的链接,可以帮助您开始使用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