Archive or package install

2021-06-17 Thread Sugar Moose
Hi, I am using Ansible role robertdebock.tomcat to install Tomcat. This role uses archives from the Tomcat site to install Tomcat. I have always thought that this is a fine approach but the customer has pointed out that a package install is preferred because it makes installing security updates

Re: Trouble with HTTP/2 during concurrent bulk data transfer (server -> client)

2021-06-17 Thread logo
Magic Mark, > Am 17.06.2021 um 23:20 schrieb Mark Thomas : > > On 17/06/2021 09:26, Mark Thomas wrote: > >> I think I might have found one contributing factor to this bug. I need to >> run a series of tests to determine whether I am seeing random variation in >> test results or a genuine effec

Re: Trouble with HTTP/2 during concurrent bulk data transfer (server -> client)

2021-06-17 Thread Mark Thomas
On 17/06/2021 09:26, Mark Thomas wrote: I think I might have found one contributing factor to this bug. I need to run a series of tests to determine whether I am seeing random variation in test results or a genuine effect. It was random effects but I believe I have now found the bug. Conside

ANN: Bill Stewart's Apache Tomcat Setup for Windows [9.0.48]

2021-06-17 Thread Bill Stewart
Documentation and installer source: https://github.com/Bill-Stewart/ApacheTomcatSetup Download installer executable: https://github.com/Bill-Stewart/ApacheTomcatSetup/releases

Re: [ANN] Apache Tomcat 10.0.7 available

2021-06-17 Thread John Dale (DB2DOM)
Awesome! John On 6/17/21, Mark Thomas wrote: > The Apache Tomcat team announces the immediate availability of Apache > Tomcat 10.0.7. > > This release is targeted at Jakarta EE 9. > > Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 > without changes. Java EE applications

[ANN] Apache Tomcat 9.0.48 available

2021-06-17 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.48. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.48 is a bugfix and feat

[ANN] Apache Tomcat 9.0.48 available

2021-06-17 Thread Rémy Maucherat
The Apache Tomcat team announces the immediate availability of Apache Tomcat 9.0.48. Apache Tomcat 9 is an open source software implementation of the Java Servlet, JavaServer Pages, Java Unified Expression Language, Java WebSocket and JASPIC technologies. Apache Tomcat 9.0.48 is a bugfix and feat

[ANN] Apache Tomcat 10.0.7 available

2021-06-17 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 10.0.7. This release is targeted at Jakarta EE 9. Applications that run on Tomcat 9 and earlier will not run on Tomcat 10 without changes. Java EE applications designed for Tomcat 9 and earlier may be placed in the $C

[ANN] Apache Tomcat 10.1.0-M1 (alpha) available

2021-06-17 Thread Mark Thomas
The Apache Tomcat team announces the immediate availability of Apache Tomcat 10.1.0-M1. Apache Tomcat 10 is an open source software implementation of the Jakarta Servlet, Jakarta Server Pages, Jakarta Expression Language, Jakarta WebSocket, Jakarta Authentication and Jakarta Annotations specifica

Re: Trouble with HTTP/2 during concurrent bulk data transfer (server -> client)

2021-06-17 Thread Mark Thomas
On 17/06/2021 08:44, Rémy Maucherat wrote: On Thu, Jun 17, 2021 at 9:27 AM Mark Thomas wrote: On 17/06/2021 07:56, Rémy Maucherat wrote: The main benefit is that it removes some blocking IO which is a good idea. NIO2 is worth testing with your new test, BTW. NIO2 works. The issue appears

Re: Trouble with HTTP/2 during concurrent bulk data transfer (server -> client)

2021-06-17 Thread Rémy Maucherat
On Thu, Jun 17, 2021 at 9:27 AM Mark Thomas wrote: > On 17/06/2021 07:56, Rémy Maucherat wrote: > > > The main benefit is that it removes some blocking IO which is a good > idea. > > NIO2 is worth testing with your new test, BTW. > > NIO2 works. The issue appears to be limited to the NIO connecto

Re: Trouble with HTTP/2 during concurrent bulk data transfer (server -> client)

2021-06-17 Thread Mark Thomas
On 17/06/2021 07:56, Rémy Maucherat wrote: The main benefit is that it removes some blocking IO which is a good idea. NIO2 is worth testing with your new test, BTW. NIO2 works. The issue appears to be limited to the NIO connector. Mark Transferring large files with HTTP/2 is a bad idea thou