范燚
2015-09-29 21:23
<?xml version="1.0" encoding="ISO-8859-1"?> <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0" metadata-complete="true"> <welcome-file-list> <welcome-file>/haha.jsp</welcome-file> </welcome-file-list> </web-app>
<?xml version="1.0" encoding="ISO-8859-1"?>
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
version="3.0"
metadata-complete="true">
<welcome-file-list>
<welcome-file>/haha.jsp</welcome-file>
</welcome-file-list>
</web-app>
我把WEB-INF写成WEB_INF了
改为haha.jsp,有可能浏览器的缓存问题,试着关闭服务器和浏览器重新试一下。
把web.xml中/haha.jsp改为haha.jsp
JAVA遇见HTML——JSP篇
248278 学习 · 3071 问题
相似问题