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@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to