我正在尝试将我的应用程序安装到本地主机中的 Websphere7 应用服务器 (WTE) 中。
耳朵文件是通过控制台部署的,但似乎我可以在启动服务器后在浏览器中测试应用程序。
有一个index.jsp
,但是当我尝试访问它时,我不断得到http 404 error
(路径上没有错误,因为该应用程序正在另一台服务器上运行),我必须缺少一个配置文件。
java.io.FileNotFoundException: JSPG0036E: Failed to find resource /utilities/pageerror.jsp
at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionProcessor.findWrapper(AbstractJSPExtensionProcessor.java:395)
at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionProcessor.handleRequest(AbstractJSPExtensionProcessor.java:349)
at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3944)
at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:276)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:931)
at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1592)