|
| In WAS 5.0.2.12:
I wanted to modify the web.xml in a deployed application, so I went to Applications> Enterprise Applications > (my application) > Web Module >(selected my web module) and specify Alternate DD as ALT-INF/web.xml this file was created as installedApps\node\
application\web module\ALT-INF\web.xml. This web.xml was a exact copy of WEB-INF/web.xml with some minor changes to servlet mapping. But when I restart the server, I am getting an error as below
[8/30/05 13:06:33:505 IST] 4c31f659 ApplicationMg W WSVR0100W: An error occurred initializing, myapplication
com.ibm.ws.exception.ConfigurationWarning: Module not found
at com.ibm.ws.runtime.component.DeployedApplicationImpl. initializeModule(DeployedApplicationImpl
.java:760)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.initialize(DeployedApplicationImpl.java:427)
at com.ibm.ws.runtime.component.ApplicationMgrImpl. initializeApplication(ApplicationMgrImpl
.java:158)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:222)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:543)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:418)
at com.ibm.ws.runtime.component.ApplicationServerImpl.start(ApplicationServerImpl.java:134)
at com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:543)
at com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:418)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:183)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:128)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
I am wondering, if there is anything wrong in my understaing or usage. Appreciate some inputs, thanks in advance
|
|