Configuring WebSphere eXtreme Scale
This section helps you to configure Websphere eXtreme Scale session management.
To configure Websphere eXtreme Scale, setup the host, port, and grid name in the caching.properties file.
For connection, the configured grid name uses the cache name and the value specified in the temn.cache.was.og.grid.name property. For example, if the cache name is Tables, then the object grid name to be connected to is TablesGrid.
NOTE: The object grid name must match with the name specified in the objectgrid.xml file. For example, <objectGrid name="TablesGrid" txTimeout="60">
temn.cache.external.caching.provider=com.ibm.websphere.ObjectGridProvider temn.cache.was.og.host.port=localhost:2809, myremotehost:2809 temn.cache.was.og.grid.name=Grid temn.cache.was.og.domain.name=DefaultDomain
In this topic