美文网首页
terracotta和ehcache集群

terracotta和ehcache集群

作者: 那脸憔悴 | 来源:发表于2017-03-27 13:04 被阅读0次

    terracotta和tomcat的集群配置就不说了
    terracotta和tomcat集群配置
    在自己的web项目添加ehcache功能(缓存相关的),
    在把terracotta\ehcache\lib\ehcache-terracotta-2.6.6.jar(可能版本号不一样)复制到自己web项目的lib目录下。
    在ehcache.xml中添加

    <terracottaConfig url="192.168.1.91:9510" />
    

    其中192.168.1.91为terracotta配置文件的server的host
    然后将web项目打成war包发布到每个tomcat中就可以了

    相关文章

      网友评论

          本文标题:terracotta和ehcache集群

          本文链接:https://www.haomeiwen.com/subject/nscrottx.html