Hi All, I have uploaded my .WAR file on to the server and deployed it. But now the URL by which it is accessible is
where myapp, is the name of the WAR file that I uploaded on to the server.
I want to know how can I set it to
that is, skip the name of the WAR file in the website context path. I tried setting the path= "/" in context.xml but was of no use. Kindly suggest some way to do it.
Thanks in advance