zoukankan      html  css  js  c++  java
  • Ehcache 缓存监控配置

    监控 ehcache缓存:

    1,下载:

    http://terracotta.org/downloads/open-source/destination?name=ehcache-monitor-kit-1.0.3-distribution.tar.gz&bucket=tcdistributions&file=ehcache-monitor-kit-1.0.3-distribution.tar.gz

    2.解压缩到目录下,复制ehcache-monitor-kit-1.0.0libehcache-probe-1.0.0.jar包到application的 /lib目录下
     
    3.将以下配置copy的ehcache.xml文件的ehcache标签中
    <cacheManagerPeerListenerFactory
        class="org.terracotta.ehcachedx.monitor.probe.ProbePeerListenerFactory"
        properties="monitorAddress=localhost, monitorPort=9889" />
     
    4.在ehcache-monitor-kit-1.0.0etcehcache-monitor.conf中可以配置监控的ip和端口号。
     
    5.启动被监控的web application和ehcache-monitor-kit-1.0.0in目录下的startup.bat(在windows环境下)
     
    6.在浏览器中输入 http://localhost:9889/monitor/即可开始监控。 
     
    7.删除 startup.bat中的行 -j %PRGDIR%etcjetty.xml ^
  • 相关阅读:
    安装IIS
    安装Asp.Net(4.0.30319)
    转载一个博文
    文件操作引出流(二)FileStream和
    《学习之道》第十一章目前此章最后一点-重复
    《学习之道》第十一章意群
    Views
    Django的基本使用
    MVC框架
    Zookeeper
  • 原文地址:https://www.cnblogs.com/daxin/p/3856531.html
Copyright © 2011-2022 走看看