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
- jenkins
- Drools Fusion
- jstl
- Hudson
- gwt
- spring security
- guvnor
- custom filter
- @SqlResultSetMapping
- ibatis
- bootstrap jquery datepicker
- jquery
- SVN
- zabbix
- maven
- Spring
- MySQL
- querydsl
- drools
- GEventEvaluator
- gwt-ext
- jquery serialize
- CEP
- spring transaction
- JPA
- JBoss Seam
- COC
- rember me
- java tip
- spring jpa
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