https://bz.apache.org/bugzilla/show_bug.cgi?id=53930
--- Comment #8 from Mark Thomas <ma...@apache.org> --- The proposed patch causes problems for systemd users (and possibly others) that do not explicitly use CATALINA_PID to determine the PID of the started Tomcat process. Options: 1. Apply this patch as intended (e.g. r1848046) and document that systemd users need to explicitly use CATALINA_PID 2. Close as WONTFIX with the advice to use a named pipe in CATALINA_OUT if users want to pipe output to a process. 3. Add CATALINA_PIPE and CATALINA_OUT_CMD and manage creating of named pipe and creation of process to read from that pipe in catalina.sh 4. Something else? Personally, I'm leaning towards 2 at the moment. -- 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