apache-tomcat-6.0.32\webapps\mypro
apache-tomcat-6.0.32\webapps\mypro\META-INF
apache-tomcat-6.0.32\webapps\mypro\WEB-INF\web.xml
E:\apache-tomcat-6.0.32\webapps\mypro\index.jsp
vim 编辑器
web.xml [记得写web.xml]
<?xml version="1.0" encoding="utf-8"?>
<web-app id="WebApp_9" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
<display-name>collins</display-name>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
</web-app>
index.jsp
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Index</title>
</head>
<body>
Hello
</body>
</html>
1093

被折叠的 条评论
为什么被折叠?



