Bug 978370
| Summary: | Wrong permissions on /usr/share/tomcat6 | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Web Server 2 | Reporter: | Michal Haško <mhasko> |
| Component: | tomcat6 | Assignee: | Coty Sutherland <csutherl> |
| Status: | CLOSED WORKSFORME | QA Contact: | Jan Stourac <jstourac> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.0.1 | CC: | jclere, jstefl, mbabacek, myarboro, pslavice, rsvoboda, smumford, weli |
| Target Milestone: | ER03 | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Known Issue | |
| Doc Text: |
When using JBoss Enterprise Web Server 3.0 with Red Hat Enterprise Linux 5, the <filename class="directory">/usr/share/tomcat6</filename> directory does not have the appropriate permissions set. As a result, virtual hosts cannot be created as expected using the host-manager web application because the <literal>tomcat</literal> user cannot create a directory in <filename class="directory">/usr/share/tomcat6</filename>.
This is a known issue is JBoss Enterprise Web Server 3.0 and no workaround is currently available for this issue.
|
Story Points: | --- |
| Clone Of: | 923825 | Environment: | |
| Last Closed: | 2015-11-23 19:27:40 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 923825 | ||
| Bug Blocks: | |||
|
Description
Michal Haško
2013-06-26 13:14:58 UTC
Fails on tomcat6-6.0.41-2_patch_01.ep6.el5 # ls -ld /usr/share/tomcat6 drwxrwxr-x 3 root root 4096 Jul 17 11:26 /usr/share/tomcat6 Tested in the latest tomcat6 package on RHEL 5: [root@rhel5 ~]# rpm -qa tomcat6 tomcat6-6.0.41-15_patch_04.ep6.el5 [root@rhel5 ~]# ls -ld /usr/share/tomcat6 drwxrwxr-x 3 root tomcat 4096 Nov 23 14:07 /usr/share/tomcat6 Additionally, JWS 3 isn't supported on RHEL 5 and doesn't provided tomcat6, so I'm not sure what the doctext is about... I tested tomcat7 on RHEL 6 and verified it's good to go: [root@rhel6 ~]# rpm -qa tomcat7 tomcat7-7.0.59-26_patch_00.ep7.el6.noarch [root@rhel6 ~]# ls -ld /usr/share/tomcat7 drwxrwxr-x. 3 root tomcat 4096 Nov 23 14:23 /usr/share/tomcat |