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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to