Hi all:

I have one webapps named "webapp1", with context path "/webapp1". This
webapps has one servlet with name "TestServlet".

I want to be able to access this servlet through the following urls:
http://host/webapp1/TestServlet, and
http://host/r/TestServlet

Is it possible to configure "webapp1" to have multiple context path? I.e.
"/webapp1" and "r"? I want to be able to do this without relying on server
side forwarding (i.e. implementing a webapps called "r" that forwards to
"webapp1").

Thanks,

Stanley

Reply via email to