课程
/后端开发
/Java
/JAVA遇见HTML——JSP篇
为什么只能用index.jsp而改成index2。jsp就不行了?
2017-09-20
源自:JAVA遇见HTML——JSP篇 1-10
正在回答
默认找不到index会出错
qq_与赠_03193390 提问者
阡陌之上 回复 qq_与赠_03193390 提问者
web.xml中查看
<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>
举报
Java Web入门级教程JSP,带你轻松的学习JSP基础知识
1 回答这是怎么回事?
2 回答这是怎么回事
2 回答这个错误是怎么回事呢
1 回答这是怎么回事,提示错误
5 回答怎么回事?