Apologies if this has been covered before. I did a search of google and the mailing list archives, and while I found a few threads that danced around this topic [1], none of them seemed fully applicable.
Following up on Mark Thomas's advice in my duplicate bug-filing at [2], what is the "right way" to share static assets across contexts and between servers running tomcat? Additional information: We're running 7.0.16 on RHEL 6.1, using java 1.6.0_20. In violation of the servlet specification, we symlinked external client assets directly into the exploded WAR, and then got burned by ExpandWar.java's recursive delete method described in [3]. We're now refactoring this legacy code but would love some advice on the best, most canonical way to approach the problem. [1] http://mail-archives.apache.org/mod_mbox/tomcat-users/201003.mbox/%3c99c8b2929b39c24493377ac7a121e21f96cb680...@usea-exch8.na.uis.unisys.com%3E [2] https://issues.apache.org/bugzilla/show_bug.cgi?id=52988#c1 [3] https://issues.apache.org/bugzilla/show_bug.cgi?id=52988#c0 -- Christopher Tiwald --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org