How do you do virtual directory / path mapping in a webapp 2007-01-10 - By Barrie Selack
Back I am converting from Resin and there I can map a directory not inside the webapp to one which can be reached via a URL and translated by Resin as below:
<path-mapping> <url-pattern>/files/*</url-pattern> <real-path>/realdir/files</real-path> </path-mapping>
I can't seem to find a way in Tomcat to do that. Do I have to write my own filter? Any tips or help appreciated.
Regards, Barrie
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|