Tomcat7没有在我的Java Web应用程序中加载欢迎页面

时间:2015-12-28 07:23:30

标签: java tomcat

我有简单的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

1 个答案:

答案 0 :(得分:0)

尝试插入此/WEB-INF/pages/home/index.html

取代WEB-INF/pages/home/index.html