Re: [OT] Apache Tomcat 9.1.x release timeframe

Christopher Schultz <[email protected]> Wed, 22 Jul 2026 16:05:52 -0400
Newsgroups gmane.comp.jakarta.tomcat.user
Message-ID <[email protected]>
Eddie,

On 7/17/26 10:57 AM, Eddie Rowe via users wrote:
> Ignoring for the moment that some are using connectors that are
> being removed in 9.1 which breaks things for us.
I'm curious about this.

Most applications don't care one way or another which connector is being 
used. What is it about the APR connector that your application is so 
reliant upon?

For "most applications", simply switching from the APR connector to the 
NIO connector is a matter of changing (or removing) the protocol 
attribute in the <Connector> and that's about it.

Are you using Tomcat in such a way that the application/environment is 
super sensitive to the fact that APR is in use? The benefits that APR 
provides have largely been overcome with newer tech, which is why it's 
being dropped from Tomcat in favor of that new tech.

-chris