Bug 574591

Summary: group tomcat don't have enough permission
Product: [Fedora] Fedora Reporter: MERCIER Jonathan <bioinfornatics>
Component: tomcat6Assignee: David Walluck <dwalluck>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: akurtako, dknox, dwalluck
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-03-20 23:49:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description MERCIER Jonathan 2010-03-17 21:55:15 UTC
Description of problem:
Dear sir,
i have install tomcat6 package ans they are somme bad permission:
# ls -ld /etc/tomcat6/Catalina/localhost
drwxr-xr-x. 2 root tomcat 4096 22 déc.  11:26 /etc/tomcat6/Catalina/localhost

# ls -ld /var/log/tomcat6
drwxr-xr-x. 2 root tomcat 4096 17 mars  21:52 /var/log/tomcat6

For launch succefully tomcat need change permission same as:
# chmod -R g+w /var/log/tomcat6 /etc/tomcat6/Catalina

And restart tomcat6
# service tomcat6 restart
Stopping tomcat6:                                          [  OK  ]
Starting tomcat6:                                          [  OK  ]

Comment 1 MERCIER Jonathan 2010-03-20 23:49:34 UTC

*** This bug has been marked as a duplicate of bug 574593 ***