1. In Http://ehcache.org/documentation/monitor.html#Installation_And_ Configuration Download ehcache-monitor-kit-1.0.0-distribution.tar.gz Package 2. Unzip to directory, copy ehcache-monitor-kit-1.0.0\lib\ Ehcache-probe-1.0.0.jar package to the Web-inf/lib directory of application 3. In the Ehcache tag of the following configuration copy of the Ehcache.xml file, note: The configuration described in the above link is less than a probe package name. <cachemanagerpeerlistenerfactory class= "Org.terracotta.ehcachedx.monitor.probe.ProbePeerListenerFactory" Properties= "Monitoraddress=localhost, monitorport=9889"/>4. In \ehcache-monitor-kit-1.0.0\etc\ The IP and port number of the monitor can be configured in ehcache-monitor.conf. 5. Start the monitored Web application and ehcache-monitor-kit-1.0.0\ Startup.bat in the Bin directory (in the Windows environment) Note that the jetty configuration file in the Startup.bat file is deleted when used 6. Enter http://localhost:9889/monitor/in the browser can start monitoring.
Use of the EhCache monitor