Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- maven
- rember me
- gwt
- gwt-ext
- CEP
- querydsl
- JBoss Seam
- jquery serialize
- spring transaction
- zabbix
- drools
- Spring
- SVN
- MySQL
- COC
- guvnor
- jenkins
- @SqlResultSetMapping
- JPA
- spring security
- ibatis
- jquery
- java tip
- Drools Fusion
- spring jpa
- Hudson
- GEventEvaluator
- custom filter
- jstl
- bootstrap jquery datepicker
Archives
- Today
- Total
봉 블로그
EHCache RMI Replication - RMICacheManagerPeerListenerFactory 본문
방화벽이 있는 환경에서 ehcache 공식 사이트 문서에서 가이드하는대로 설정하면 잘안됨.
원인은 아래 2개의 포트에 대해 방화벽 예외설정이 되어 있어야 함.
<cacheManagerPeerListenerFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory"
properties="hostName=localhost, port=40001, remoteObjectPort=40002, socketTimeoutMillis=2000"/>
EHCache RMI Replication 의 단점은
AWS 환경에서 Automatic Peer 기능을 사용할수 없다는것과 (그외 환경에서는 good!)
Manual Peer 설정은 서버수*캐시수 만큼 설정해야 한다는 것이다.
<cacheManagerPeerProviderFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory"
properties="peerDiscovery=manual, rmiUrls=//server2:40001/sampleCache11|//server2:40001/sampleCache12"/>
공식사이트문서 : http://ehcache.org/documentation/replication/index