Thomas Houseman wrote:As I mentioned, my domain is www.myurl.com and the requests are comming to that domain and not to www.myurl.com/myApp.
How are these requests being generated? If you are putting links around the web, they should contain the proper URL including the context path.
If you are only hosting one web app, you could make it the root web app with a blank context path, but if your server will host more than one app, you are going to have to get used to URLs containing context paths.
Thomas Houseman wrote:As I mentioned, my domain is www.myurl.com and the requests are comming to that domain and not to www.myurl.com/myApp.
How are these requests being generated? If you are putting links around the web, they should contain the proper URL including the context path.
If you are only hosting one web app, you could make it the root web app with a blank context path, but if your server will host more than one app, you are going to have to get used to URLs containing context p
aths.
Thanks for answer.
Is it possible to make the root web app with a blank context path ? I tried that and it didn't worked.
Are you sure ?