[Bug 60560] Support systemd/inetd style socket activation

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60560 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 60560] Support systemd/inetd style socket activation

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60560 --- Comment #8 from Coty Sutherland --- And just individuals interested in testing this, you need the following new socket descriptor and modification to the systemd service unit: Create a socket in /etc/systemd/system/tomcat.socket (this one

[Bug 60560] Support systemd/inetd style socket activation

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60560 --- Comment #7 from Coty Sutherland --- Comments from a review of the latest provided patch: * Your patch adds an unnecessary space before the TimeUnit import in NioEndpoint * There is a typo, 'automatically', in http.xml * The useInheritedCha

[Bug 60560] Support systemd/inetd style socket activation

2017-05-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60560 Thomas Meyer changed: What|Removed |Added Attachment #34600|0 |1 is obsolete|

[Bug 60560] Support systemd/inetd style socket activation

2017-03-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60560 --- Comment #5 from Thomas Meyer --- Created attachment 34844 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34844&action=edit updated patch with documentation -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60560] Support systemd/inetd style socket activation

2017-03-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60560 --- Comment #4 from Mark Thomas --- Documentation is in trunk/webapps/docs -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail:

[Bug 60560] Support systemd/inetd style socket activation

2017-02-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60560 --- Comment #3 from Thomas Meyer --- Updated patch here: http://static.217.14.99.88.clients.your-server.de/401 Where can I find the source of the documentation. It seems to be in an different repository?! -- You are receiving this mail becau

[Bug 60560] Support systemd/inetd style socket activation

2017-02-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60560 Jeff Turner changed: What|Removed |Added CC||j...@redradishtech.com -- You are recei

[Bug 60560] Support systemd/inetd style socket activation

2017-01-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60560 --- Comment #2 from Remy Maucherat --- About NIO2, this doesn't work as the code in System.inheritableChannel uses the NIO API directly, but the API itself is "compatible" (an AsynchronousServerSocketChannel will implement Channel). Odd that th

[Bug 60560] Support systemd/inetd style socket activation

2017-01-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60560 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas ---