~ubuntu-branches/ubuntu/trusty/ehcache/trusty

« back to all changes in this revision

Viewing changes to src/test/resources/distribution/ehcache-manual-distributed2.xml

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2013-05-06 14:53:07 UTC
  • mfrom: (1.1.7) (2.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20130506145307-v5bhw5yu70re00l3
Tags: 2.6.7-1
* Team upload.
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    -->
49
49
    <cacheManagerPeerProviderFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerProviderFactory"
50
50
                              properties="peerDiscovery=manual,
51
 
                              rmiUrls=//localhost:40001/sampleCache19|//localhost:40001/sampleCache18|//localhost:40001/sampleCache49|//localhost:40001/sampleCache17|//localhost:40001/sampleCache16|//localhost:40001/sampleCache48|//localhost:40001/sampleCache15|//localhost:40001/sampleCache47|//localhost:40001/sampleCache46|//localhost:40001/sampleCache13|//localhost:40001/sampleCache45|//localhost:40001/sampleCache12|//localhost:40001/sampleCache44|//localhost:40001/sampleCache43|//localhost:40001/sampleCache11|//localhost:40001/sampleCache10|//localhost:40001/sampleCache42|//localhost:40001/sampleCache41|//localhost:40001/sampleCache40|//localhost:40001/sampleCache9|//localhost:40001/sampleCache8|//localhost:40001/sampleCache7|//localhost:40001/sampleCache6|//localhost:40001/sampleCache5|//localhost:40001/sampleCache2|//localhost:40001/sampleCache1|//localhost:40003/sampleCache1|//localhost:40001/sampleCache39|//localhost:40001/sampleCache38|//localhost:40001/sampleCache37|//localhost:40001/sampleCache36|//localhost:40001/sampleCache35|//localhost:40001/sampleCache34|//localhost:40001/sampleCache33|//localhost:40001/sampleCache32|//localhost:40001/sampleCache31|//localhost:40001/sampleCache30|//localhost:40001/sampleCache29|//localhost:40001/sampleCache28|//localhost:40001/sampleCache27|//localhost:40001/sampleCache26|//localhost:40001/sampleCache25|//localhost:40001/sampleCache24|//localhost:40001/sampleCache56|//localhost:40001/sampleCache55|//localhost:40001/sampleCache23|//localhost:40001/sampleCache22|//localhost:40001/sampleCache54|//localhost:40001/sampleCache53|//localhost:40001/sampleCache21|//localhost:40001/sampleCache20|//localhost:40001/sampleCache52|//localhost:40001/sampleCache51|//localhost:40001/sampleCache50"/>
 
51
                              rmiUrls=//localhost:5011/sampleCache19|//localhost:5011/sampleCache18|//localhost:5011/sampleCache49|//localhost:5011/sampleCache17|//localhost:5011/sampleCache16|//localhost:5011/sampleCache48|//localhost:5011/sampleCache15|//localhost:5011/sampleCache47|//localhost:5011/sampleCache46|//localhost:5011/sampleCache13|//localhost:5011/sampleCache45|//localhost:5011/sampleCache12|//localhost:5011/sampleCache44|//localhost:5011/sampleCache43|//localhost:5011/sampleCache11|//localhost:5011/sampleCache10|//localhost:5011/sampleCache42|//localhost:5011/sampleCache41|//localhost:5011/sampleCache40|//localhost:5011/sampleCache9|//localhost:5011/sampleCache8|//localhost:5011/sampleCache7|//localhost:5011/sampleCache6|//localhost:5011/sampleCache5|//localhost:5011/sampleCache2|//localhost:5011/sampleCache1|//localhost:5013/sampleCache1|//localhost:5011/sampleCache39|//localhost:5011/sampleCache38|//localhost:5011/sampleCache37|//localhost:5011/sampleCache36|//localhost:5011/sampleCache35|//localhost:5011/sampleCache34|//localhost:5011/sampleCache33|//localhost:5011/sampleCache32|//localhost:5011/sampleCache31|//localhost:5011/sampleCache30|//localhost:5011/sampleCache29|//localhost:5011/sampleCache28|//localhost:5011/sampleCache27|//localhost:5011/sampleCache26|//localhost:5011/sampleCache25|//localhost:5011/sampleCache24|//localhost:5011/sampleCache56|//localhost:5011/sampleCache55|//localhost:5011/sampleCache23|//localhost:5011/sampleCache22|//localhost:5011/sampleCache54|//localhost:5011/sampleCache53|//localhost:5011/sampleCache21|//localhost:5011/sampleCache20|//localhost:5011/sampleCache52|//localhost:5011/sampleCache51|//localhost:5011/sampleCache50"/>
52
52
 
53
53
    <!--
54
54
        (Enable for distributed operation)
64
64
        which is configured using RMICacheManagerPeerListenerFactory. It is configured as per the following example:
65
65
 
66
66
        <cacheManagerPeerListenerFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory"
67
 
                              properties="hostName=localhost, port=40001, socketTimeoutMillis=2000"/>
 
67
                              properties="hostName=localhost, port=5011, socketTimeoutMillis=2000"/>
68
68
 
69
69
        Valid properties are:
70
70
        - hostName (optional) - the hostName of the host the listener is running on. Specify where the host is multihomed
75
75
 
76
76
    -->
77
77
    <cacheManagerPeerListenerFactory class="net.sf.ehcache.distribution.RMICacheManagerPeerListenerFactory"
78
 
                              properties="hostName=localhost, port=40002"/>
 
78
                              properties="hostName=localhost, port=5012"/>
79
79
 
80
80
 
81
81
    <!--Default Cache configuration. These will applied to caches programmatically created through