https://issues.apache.org/bugzilla/show_bug.cgi?id=50084

           Summary: catalina.sh fix in #49728 breaks PID handling again
           Product: Tomcat 6
           Version: unspecified
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: r...@symentis.com


The pid handling fix in #49728 breaks PID handling again.

The fix now removes empty PID files before start.
This doesn't work on RHEL5/CentOS5 (and maybe others), where tomcat is started
as non-root user.

The pid files on these OS's are in /var/run, which is only writeable by root.
Therefore, the init.d script creates the pid file and sets the permissions
accordinghly.
This is not working anymore, as catalina.sh tries to remove this empty file and
skips filling the file as it cant remove it.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to