Hello,
Suppose :
http://localhost:8080/mycontext/MyServlet/ExtraPathInfo Where "MyServlet" is the actual
servlet.
How can I get the Extra Path Info ? When I try with this URL the
tomcat container looks for servlet with name "ExtraPathInfo" and not "MyServlet" which is the obvious behaviour.
Is there any configuration related thing that I need to take care of ?
Waiting for replies,
Nitin Dubey