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 2001/12/12 17:55:41 UTC

DO NOT REPLY [Bug 5383] New: - /etc/rc.d/init.d/tomcat4 on RedHat 6.1 fails

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=5383>.
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=5383

/etc/rc.d/init.d/tomcat4 on RedHat 6.1 fails

           Summary: /etc/rc.d/init.d/tomcat4 on RedHat 6.1 fails
           Product: Tomcat 4
           Version: 4.0.1 Final
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: me@anthonyeden.com


The script tries to execute:

 daemon --user $TOMCAT_USER $TOMCAT_SCRIPT start

or 

 daemon --user $TOMCAT_USER $TOMCAT_SCRIPT stop

but the daemon function in my /etc/rc.d/init.d/functions script does not accept 
the --user argument.

The workaround is to remove --user $TOMCAT_USER from 
the /etc/rc.d/init.d/tomcat4 script, but I wonder if this may cause potential 
security problems?

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