Thanks for the reply. Can you provide any more details as to how to go
about this. I have googled quite a bit - I would have thought that
this is quite a common requirement, but I don't see references to it.

I should mention that some of the files are images that the users
upload, and need to be accessible through the app via relative urls.

Maybe I am asking too much ( I chose a long time ago not to store
images and large files in the db - just store names and urls - maybe
this was a poor choice.)

On 16/02/07, Mikolaj Rydzewski <[EMAIL PROTECTED]> wrote:
John Pedersen wrote:
> I have an app that generates some big, expensive-to-create files.
>
> Where can I store these files, so that they aren't destroyed when I
> reload or redeploy, and still get allow users to access them via
> Tomcat?
Store them outside of Tomcat directory tree and access them either by a
proxy servlet or create separate context pointing to that 'external'
directory.

--
Mikolaj Rydzewski <[EMAIL PROTECTED]>


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
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