EOL - Tomcat versions

2024-01-07 Thread Deshmukh, Kedar
Hello, Could you please throw some light on Tomcat versions and its EOL plan? 1. 8.5.X 2. 9.0.X 3. 10.0.X 4. 10.1.X This information would be very critical for us to move forward. Thanks, Kedar

RE: AW: ERR_HTTP2_PROTOCOL_ERROR with Tomcat 9.0.58

2022-02-22 Thread Deshmukh, Kedar
rom: users-return-274607-dkedar=ptc@tomcat.apache.org Try overheadCountFactor="0" rather than "-1" Mark On 21/02/2022 13:52, Deshmukh, Kedar wrote: > I am getting same error even I turned off overhead protection. > > overheadCountFactor="-1" overheadD

RE: AW: ERR_HTTP2_PROTOCOL_ERROR with Tomcat 9.0.58

2022-02-21 Thread Deshmukh, Kedar
Maybe only a wireshark dump would help to figure it out. > > Greetings, > Thomas > > -Ursprüngliche Nachricht- > Von: Deshmukh, Kedar > Gesendet: Montag, 21. Februar 2022 13:38 > An: Tomcat Users List > Betreff: RE: ERR_HTTP2_PROTOCOL_ERROR with Tomcat 9.0.58 >

RE: ERR_HTTP2_PROTOCOL_ERROR with Tomcat 9.0.58

2022-02-21 Thread Deshmukh, Kedar
To: users@tomcat.apache.org Subject: Re: ERR_HTTP2_PROTOCOL_ERROR with Tomcat 9.0.58 External email from: users-return-274602-dkedar=ptc@tomcat.apache.org On 21/02/2022 08:17, Deshmukh, Kedar wrote: > Hello, > > We are consistently seeing error "ERR_HTTP2_PROTOCOL_ERROR" in b

ERR_HTTP2_PROTOCOL_ERROR with Tomcat 9.0.58

2022-02-21 Thread Deshmukh, Kedar
Hello, We are consistently seeing error "ERR_HTTP2_PROTOCOL_ERROR" in browser console when we try to open any web page deployed on Tomcat 9.0.58 server in test environment. This issue is observed only when HTTP/2 is enabled. Otherwise, we do not see any issue with HTTP/1.1. Basically, we are as

AsyncServlets in tomcat

2022-02-08 Thread Deshmukh, Kedar
Hello, I would like to understand, how many concurrent AsyncServlets tomcat can handle ? Thanks, Kedar

Understanding websocket support in Tomcat

2021-10-06 Thread Deshmukh, Kedar
Hi, I would like to understand, How many concurrent websocket connections are allowed in tomcat ? Is there any limit ? Are connector worker-threads consumed for any websocket connect ? If not, then, is there any special configuration available for websockets ? Thanks, Kedar

Tomcat HTTP/2 vs HTTP/1.1

2021-07-18 Thread Deshmukh, Kedar
Hi, We are in process of assessing HTTP/2 protocol for our Web applications as there are lot of benefits it provides over HTTP/1.1 at least theoretically. With given settings in tomcat, we are able to switch to HTTP/2 without trouble. For us next step is to see what benefits do we get over HTTP

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

2021-06-27 Thread Deshmukh, Kedar
Any tentative time line when fix will be available in 9.0.X release ? Thanks, Kedar -Original Message- From: Mark Thomas Sent: Friday, June 18, 2021 2:50 AM To: users@tomcat.apache.org Subject: Re: Trouble with HTTP/2 during concurrent bulk data transfer (server -> client) On 17/06/20

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

2021-06-16 Thread Deshmukh, Kedar
: Thursday, June 17, 2021 2:32 AM To: users@tomcat.apache.org Subject: Re: Trouble with HTTP/2 during concurrent bulk data transfer (server -> client) On 16/06/2021 19:42, Deshmukh, Kedar wrote: > Thanks Mark for the quick update. > > Can you please provide how useAsyncIO="fals

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

2021-06-16 Thread Deshmukh, Kedar
1:41 PM To: users@tomcat.apache.org Subject: Re: Trouble with HTTP/2 during concurrent bulk data transfer (server -> client) On 16/06/2021 18:47, Rémy Maucherat wrote: > On Wed, Jun 16, 2021 at 7:36 PM Mark Thomas wrote: > >> On 16/06/2021 18:01, Deshmukh, Kedar wrote: >> >

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

2021-06-16 Thread Deshmukh, Kedar
-Original Message- From: Mark Thomas Sent: Wednesday, June 16, 2021 9:29 PM To: users@tomcat.apache.org Subject: Re: Trouble with HTTP/2 during concurrent bulk data transfer (server -> client) On 16/06/2021 15:05, Deshmukh, Kedar wrote: > Dear Tomcat users/dev team, >

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

2021-06-16 Thread Deshmukh, Kedar
Dear Tomcat users/dev team, We are understanding the impact of HTTP/2 in our application as HTTP/2 provides better throughput and performance. Before directly tuning HTTP/2 in application, we thought of analyzing certain use cases which our application demands in standalone environment. Our us