Tomcat 7没有读取web.xml

时间:2015-08-22 12:08:47

标签: java xml jsp tomcat cpanel

我是基于Struts 2的Web应用程序。它完全在我的本地网络上运行。但是当我部署在<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <p class="p-show p-show1"> Content Content Content <br /> Content Content Content <br /> Content Content Content <br /> Content COntent Content </p> <a href="#" class="show-me show-me1">Show Me</a> <p class="p-show p-show2"> Content Content Content <br /> Content Content Content <br /> Content Content Content <br /> Content COntent Content </p> <a href="#" class="show-me show-me2">Show Me</a>上时,它还没有运行。

问题: cpanel未在Tomcat 7中阅读web.xml个文件。

如果我调用我的网址cpanel,则www.abc.com显示为主页。实际上我将index.jsp设置为我的应用程序的主页。

home.jsp

如果我点击<welcome-file-list> <welcome-file>home.jsp</welcome-file> </welcome-file-list> (包含菜单)中的主页链接,则会显示错误

index.jsp

我不明白这里的问题是什么。以前我在同一个域Not Found The requested URL /index.action was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. 上使用基于Struts 1的Web应用程序。它的工作正常。我没有更改任何配置,只是删除了所有与Struts 1相关的文件和文件夹,并部署了我的基于Struts 2的新应用程序。因此,在基于www.abc.com文件index.jsp的内容中显示。

如果我在html打印<%out.println("welcome");%>,则会打印index.jsp。所以welcome正在工作。

如果我调用java,我也会收到上述www.abc.com/wp-admin错误。请给我任何建议。如果您需要任何额外信息,我将提供。

struts.xml中:

404

关键点: java正在运行。基于Struts 1的应用程序正在运行。但基于Struts 2的应用程序没有运行。

0 个答案:

没有答案