On 01/03/2022 16:47, Evan Rempel wrote:
The JMX remote for Tomcat 8.5.76 is not in the download folder. I just
get 404 errors when trying to download it.

Correct.

The JmxRemoteLifecycleListener was deprecated for 8.5.x in December 2019 with the following notice:

"This listener will be removed in Tomcat 10 and may be removed
from Tomcat 8.5.x some time after 2020-12-31."

It was removed in January 2022. The removal is listed in the change log.

You can use the system properties provided by the JVM to achieve everything the listener could do. The docs have more details:

https://tomcat.apache.org/tomcat-8.5-doc/monitoring.html#Enabling_JMX_Remote

Mark




On 2022/02/28 22:10:47 Christopher Schultz wrote:
 > The Apache Tomcat team announces the immediate availability of Apache
 > Tomcat 8.5.76.
 >
 > Apache Tomcat 8 is an open source software implementation of the Java
 > Servlet, JavaServer Pages, Java Unified Expression Language, Java
 > WebSocket and Java Authentication Service Provider Interface for
 > Containers technologies.
 >
 > Apache Tomcat 8.5.76 is a bugfix and feature release. The notable
 > changes compared to 8.5.75 include:
 >
 > - Correct a regression in the fix for 65454 that meant that
 > minSpareThreads and maxThreads settings were ignored when the
 > Connector used an internal executor
 >
 > - Improve the detection of the Linux duplicate accept bug and reduce
 > (hopefully avoid) instances of false positives.
 >
 > - Back-port fixes for BZ 65408 to refactor socket-close operations
 > to improve resilience when objects are re-used by applications.
 >
 > Along with lots of other bug fixes and improvements.
 >
 > Please refer to the change log for the complete list of changes:
 > http://tomcat.apache.org/tomcat-8.5-doc/changelog.html
 >
 > Downloads:
 > http://tomcat.apache.org/download-80.cgi
 >
 > Migration guides from Apache Tomcat 7.x and 8.0.x:
 > http://tomcat.apache.org/migration.html
 >
 > Enjoy!
 >
 > - The Apache Tomcat team
 >
 > ---------------------------------------------------------------------
 > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 > For additional commands, e-mail: users-h...@tomcat.apache.org
 >
 >


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to