Hide Forgot
Description of problem: On a fresh install of Fedora 15, the permissions of /var/lib/tomcat6/webapps are incorrect, it is marked as 745 which means tomcat user can't open that directory: $ ll /var/lib/tomcat6/ total 4.0K drwxrw-r-x. 2 root tomcat 4.0K Mar 25 15:11 webapps/ Version-Release number of selected component (if applicable): $ rpm -qa | grep tomcat6 tomcat6-servlet-2.5-api-6.0.30-6.fc15.noarch tomcat6-jsp-2.1-api-6.0.30-6.fc15.noarch tomcat6-6.0.30-6.fc15.noarch tomcat6-el-2.1-api-6.0.30-6.fc15.noarch tomcat6-lib-6.0.30-6.fc15.noarch How reproducible: Steps to Reproduce: 1. Install tomcat6 on Fedora 16 2. Then ls -l /var/lib/tomcat6/ 3. Observe permissions are incorrect. Actual results: drwxrw-r-x Expected results: drwxrwxr-x (775) Additional info: This also happens when on an upgrade as well.
This is fixed in tomcat6-6.0.32-2.fc15.noarch available from koji.