In web.xml I have added a servlet mapping so that the servlet can take extra
path information as follows:
<servlet-mapping>
<servlet-name>myservlet</servlet-name>
<url-pattern>/myservlet/*</url-pattern>
</servlet-mapping>
Is it possible to do something similar with JSPs - and if so how and where
do I configure this?
I would like to be able to use a URL such as
http://server/application/mypage.jsp/extra/path/info
Thanks,
Catharine
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>