Kishore Kumar Manthangod wrote:
I have a single webapp. But this has to be accessed from multiple contexts
for example : http://localhost:8080/abc
http://localhost:8080/cde
http://localhost:8080/xyz
Have a look at UrlRewriteFilter : http://www.tuckey.or
I have a single webapp. But this has to be accessed from multiple contexts
for example : http://localhost:8080/abc
http://localhost:8080/cde
http://localhost:8080/xyz
I did this using having multiple context tags in the tag similar to
the following
Th