I am trying to install my application into Websphere7 app server (WTE) in localhost.
The ear file is deployed through the console, but it seems I am able to test the application in the browser after starting the server.
There is an index.jsp
, but when I try to access that I keep getting the http 404 error
(there is no error on the path because the app is running on another server), I must be missing a config file.
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)