Hello All, I am new to this list, but couldnt find anything about this topic: I have a folder in my application which I would like to deploy in a separate sub context. This is because it includes content media, and is very large to include in the "main" application "war" every time I deploy it.
What I would like to do is : 1. Deploy my "application" war into the root context. 2. Deploy the "media" files in a sub context, i.e. "/media". The "docBase" for it will be outside the root context. 3. All requests to http://domain/media will be redirected to the "media" context This way I can quickly re-deploy the "application" context (small in side) and only update the "media" context when there are changes there. How should this be done in the Tomcat context file/s ? Thank you Elad --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]