I want to make forwarding in my web application which forward every /xxxx.jsp/ (url without '/' at the end) link to /xxxx.jsp (url without '/' at the end). Do you know how to do it on Tomcat? I know, that I can define for every site <servlet> and <servlet-mapping> tags in web.xml, but is there any "universal" method, which make forwarding for every sites with one instruction/tag?
Kuba
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
