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

--- Comment #19 from Konstantin Kolinko <knst.koli...@gmail.com> ---
An idea: use a named pipe (a FIFO special file) to solve the original bug
53930.

1. mkfifo command is documented in POSIX. It is a standard feature.

http://pubs.opengroup.org/onlinepubs/9699919799/utilities/mkfifo.html

2. No need to change syntax. Redirection to a FIFO file is the same as to a
regular CATALINA_OUT file. You just need to create it beforehand.

Articles:

https://www.linuxjournal.com/article/2156
https://en.wikipedia.org/wiki/Named_pipe

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