Problem : Error 404: No target servlet configured for uri

Problem : Error 404: No target servlet configured for uri

Hi,

I just got done with a new Web module built with Spring Framework. Till now I was testing all the pages on my local machine using Tomcat. Today after I moved the application to Websphere,
I am getting 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 , which has another war file.


Solution: Error 404: No target servlet configured for uri

add id=”WebApp_ID” to your web.xml