Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.
The "RemoveUnpackWARs" page has been changed by markt: https://wiki.apache.org/tomcat/RemoveUnpackWARs?action=diff&rev1=3&rev2=4 === Actually read-only filesystem === If the filesystem is actually read-only (or effectively so, where the effective Tomcat user has no file-write rights whatsoever), then unpackWARs must be false in order to deploy. If all JSPs are pre-compiled and logs are not written to disk, Tomcat should be able to run on a read-only filesystem. + Deploying an exploded WAR file with pre-compiled JSPs would also meet this requirement. + + === Other use cases === Additional use cases welcome. Either directly on this page or via the users mailing list. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org