Hi,
I have packaged my web module in WAR /Web archive/ file. Deploying it on WebSphere Application Server V7.
I have read the tutorials for deploying and follow the instructions but still without success.
So when i try this
the server says :
Error 404: com.ibm.ws.webcontainer.servlet.exception.NoTargetForURIException: No target servlet configured for uri: /TestPage_war/
What could be the problem? Why the server says "No target
servlet configured", I might want to load .jsp or .html page? How is defined what component to be loaded as first?
Thank you