https://bz.apache.org/bugzilla/show_bug.cgi?id=63244

            Bug ID: 63244
           Summary: CATALINA_PID never get written
           Product: Tomcat 9
           Version: 9.0.16
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: yift...@moogsoft.com
  Target Milestone: -----

Since the fix of 53930 when running catalina.sh the catalina_pid_file (and
hence the CATALINA_PID) is written only after the _RUNJAVA command ends
successfully, but since the _RUNJAVA command is the actual server, it should
not complete, so the PID file is not written (and tomcat cannot be run as a
service script). 

I think that replacing the double ampersand with a single ampersand would solve
the problem.

-- 
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