You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/06/28 18:31:14 UTC

DO NOT REPLY [Bug 10328] New: - Rpm doesn't install with correct ownership/permissions

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10328>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10328

Rpm doesn't install with correct ownership/permissions

           Summary: Rpm doesn't install with correct ownership/permissions
           Product: Tomcat 4
           Version: 4.0.4 Final
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Installable Packages
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: richard@dcs.bbk.ac.uk


Tomcat needs to run as the user tomcat4.
When run as root, the rpm creates an account for
this user.

It then assigns all the files to belong to root,
hence tomcat refuses to save any files to the
webapps directory and no applications can be
deployed.

chown -R tomcat4:tomcat4 fixes this, but the rpm
should install it correctly.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>