NCache 4.4 - Online Documentation

Cluster Port

 
Cluster ports are the ports at which NCache clusters start. You can change the default value of these ports from NCache Manager.  For installed caches (myReplicatedCache, myPartitionedCache), NCache looks for ports starting from 7800 onwards and allot the available ports to these caches in the available Port Range.
 
Port of a cluster can be changed in the following ways:
 
Using NCache Manager
 
  • Click on the cache name in Cache Explorer to open cache settings
  • Go to the Cluster Settings tab.
  • Change the value of Cluster Port if required.
 
 
  • Right click the cache in Cache Explorer and select Apply Configuration option.
 
 
Through config.ncconf
 
Port of a cluster can be changed using config.ncconf as follows:
 
    <cluster-connection-settings cluster-port="8706" port-range="2"/>
 
See Also