On 03/12/2010 05:54 PM, Konstantin Kolinko wrote:

I think that /work folder sharing is out of question. Most of concern
here is with Jasper, but there can be also other files, and files
written by applications.


That shouldn't be a problem if guarded with some global mutex.
Other option is to have separate work dirs with child id suffix.

The /webapps folder sharing depends on whether autodeploy feature is
enabled. Expanding deployed wars and deleting folders when undeploying
must be done in a single thread. Otherwise there can be security
issues.


Again with global mutex it should work on first served basis.


Regards
--
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to