문제

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)
도움이 되었습니까?

해결책

I finally fixed it, the ear file was not built correctly

다른 팁

In a jazz.bet RTC context, you only have two threads mentioning this error:

I've already solved the problem just changing the browser default language to English instead of to leave it in Portuguese.

As the OP mi3 mentions, the root cause here was an invalid (incrrectly built) ear.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top