新建一个Servlet:
选择Run as Server:
我的Apache Tomcat server的配置:
tree /F命令的显示结果:
最重要的是HelloServlet.class:
jerryjsp文件夹下的web.xml:
<web-app xmlns:xsi="http:///2001/XMLSchema-instance" xmlns="http:///xml/ns/javaee" xsi:schemaLocation="http:///xml/ns/javaee http:///xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0">
<display-name>jerryjsp</display-name>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
</web-app>