RE: [ANN] Tomcat 9.0.x End of Support and Tomcat 9 long term support plan

"Mcalexander, Jon J. via users" <[email protected]> Wed, 11 Feb 2026 17:08:03 +0000
Newsgroups gmane.comp.jakarta.tomcat.user
Message-ID <IA0PR11MB8400D4F4DB0807E9D0A5A8E8A063A@IA0PR11MB8400.namprd11.prod.outlook.com>
Hi James,
In looking at your connector below, you are using the NIO connector (Hence the Http11NioProtocol).

Dream * Excel * Explore * Inspire
Jon McAlexander | Senior Infrastructure Engineer | Middleware/App Hosting | FHP | CTO | Wells Fargo Technology
8080 Cobblestone Rd | Urbandale, IA 50322 MAC: F4469-010  | +1 515 988 2508 | [email protected]<mailto:[email protected]>

Need to engage our teams?  Click here:
https://hop.cfapps.wellsfargo.net/mwae

This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation.

From: James H. H. Lampert via users <[email protected]>
Sent: Wednesday, February 11, 2026 10:49 AM
To: Tomcat Users List <[email protected]>
Cc: James H. H. Lampert <[email protected]>
Subject: Re: [ANN] Tomcat 9.0.x End of Support and Tomcat 9 long term support plan
Importance: High




I'm not entirely sure how all this affects IBM Midrange installations of

Tomcat.



I don't think I've ever even heard talk of Jakarta support on IBM

Midrange boxes (but I've just asked the nice folks on the Java list at

Midrange.com about it).



And likewise, I really don't know much of anything about NIO connectors

-- I may already be using them, without knowing it. A typical connector

entry in server.xml for one of my installations looks like:



<Connector port="443"

protocol="org.apache.coyote.http11.Http11NioProtocol"

     maxThreads="150" SSLEnabled="true"

               scheme="https" secure="true"

     keystoreFile="<redacted> "

               keyAlias="<redacted>"

     ciphers = "TLS_AES_256_GCM_SHA384,TLS . . .

     clientAuth="false" sslProtocol="TLS" />



--

JHHL



---------------------------------------------------------------------

To unsubscribe, e-mail: [email protected]<mailto:[email protected]>

For additional commands, e-mail: [email protected]<mailto:[email protected]>