Hi,
i have an application in webapps folders as "activation" and there is one sub folder as "issues" in it, and all other folder i.e. classes,web.xml,lib,WEB-INF are within the subfolder.
To use this web application i can access it using
http://localhost:8080/activation
But i want it to access using the sub folder
i.e.
http://localhost:8080/issues
Is this possible to access an application using subfolder and not the actual context?


