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

"James H. H. Lampert via users" <[email protected]> Wed, 11 Feb 2026 08:49:16 -0800
Newsgroups gmane.comp.jakarta.tomcat.user
Message-ID <[email protected]>
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