- 浏览: 7337 次
- 性别:
- 来自: 上海
最新评论
-
lvye351:
你给的同步基本原理的地址http://www.iteye.co ...
Ehcache集群环境配置 -
cyz001:
集群的效率直接是remote cache不是更好~
Ehcache集群环境配置 -
Ahong1980:
不错.
我想知道如果要把Ehcache的缓存数据跟数据库同步, ...
Ehcache集群环境配置 -
zhouree:
<p>基本原理差不多,只是通信方式不同,下图是RM ...
Ehcache集群环境配置 -
iXh:
Ehcache是怎么进行数据的同步的阿
Ehcache集群环境配置
文章列表
Ehcache支持的分布式缓存支持有三种RMI,JGroups,JMS,这里介绍下MRI和JGrpups两种方式,Ehcache使用版本为1.5.0,关于ehcache的其他信息请参考http://ehcache.sourceforge.net/EhcacheUserGuide.html,关于jgroups的信息请参考http://www.jgroups.org/manual/html_single/index.html。
环境为两台机器 server1 ip:192.168.2.154,server2 ip:192.168.2.23
1. RMI方式:
rmi的方式配置要点(下面均是s ...
说明:本配置仅限于jboss的web server在windows环境下的集群,不涉及jboss cache,ejbs,jndi等内容,jboss版本为4.2.3GA .主要参考文档《JBoss Application Server 5 Clustering Guide》(附件中).
1、环境准备:
a. 安装JDK 1.5 ,并配置环境变量;
b. 安装jboss 4.2.3.GA,下载地址:http://www.jboss.org/jbossas/downloads/ ;
c. 安装apache_2.2.10 ,下载地址:http://httpd.apache. ...