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]