I just finished with a new web module created using the Spring Framework. So far, I have tested all the pages on my local machine using Tomcat. Today, after I moved the application to Websphere, I get the following error:
Error 404: No target servlet configured for uri
is there anything i need to do in web.xml or somewhere? I deployed an EAR file on my WAS that has another war file.
Below is the output that I see on the console if this is any help.
The resource WEB-INF/ibm-web-bnd.xmi that is defined in URI WEB-INF/ibm-web-bnd.xmi for module analytics.war is not valid. The resource has a cross reference org.eclipse.jst.j2ee.webapplication.internal.impl.WebAppImpl@4be 44be4 (eProxyURI: WEB-INF/web.xml
Aman
source share