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

--- Comment #19 from Konstantin Kolinko <knst.koli...@gmail.com> ---
I think this may change the meaning of pid value in $CATALINA_PID file. I think
that it will be the process id of nohup process instead of java one.

Known uses of pid value:

- forcibly terminating Tomcat with shutdown.sh -force

  echo "Killing Tomcat with the PID: $PID"
  kill -9 $PID

- asking java for a thread dump

  echo "To aid diagnostics a thread dump has been written to standard out."
  kill -3 `cat "$CATALINA_PID"`

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