标签: java eclipse google-app-engine java-ee
我需要将index.jsp文件放在哪里?
index.jsp
我将它放在war目录中,但在部署之后它会给出404 error。
war
404 error
答案 0 :(得分:0)
它应该在/ war目录中。检查您是否在web.xml中包含以下行:
<welcome-file-list> <welcome-file>index.jsp</welcome-file> </welcome-file-list>