I can’t seem to find this on here but it seems like it would be somewhat typical.
I am running Tomcat 6 on RHEL5
I want Tomcat to unpack my WAR with 774 permissions rather than the 754 permissions it uses by default. Is there a way to specify this? I looked though catalina.policy but did not see anything that related to this.
This isn’t controlled by Tomcat itself, it’s controlled by the
umaskpermissions of the user under which Tomcat runs.See this forum thread for discussion of how to control that. For more clarification, superuser.com is a better place to ask.