我有简单的JavaWeb应用程序。
对于我在我的笔记本电脑上使用jetty
进行调配(netbeans
)。如果我运行应用程序 - 通常它的工作原理 - 欢迎页面运行完美。我可以去localhost:8080
寻找我的"索引"页。
当我在tomcat
车辆上运行应用程序时。 Tomtcat未打开"欢迎索引页"。
为什么呢?哪里可能有问题?
在我的web.xml
中:
.
.
<display-name>MYAPP</display-name>
<description>basic application.</description>
<welcome-file-list>
<welcome-file>WEB-INF/pages/home/index.html</welcome-file>
</welcome-file-list>
.
.
tomcat上的其他页面正常工作。例如www.mypage.com/about
运行完美。我认为,它在web.xml
中的问题。
感谢您的建议!
tomcat出错:
HTTP Status 404 -
type Status report
message
description The requested resource () is not available.
Apache Tomcat/7.0.26
答案 0 :(得分:0)
尝试插入此/WEB-INF/pages/home/index.html
取代WEB-INF/pages/home/index.html