Configuring JBoss Data Grid
This section shows you how to configure JBoss Data Grid to improve TAFJ Caching performance.
To configure JBoss Data Grid, make the following configuration in the caching.properties file.
temn.cache.external.caching.provider=org.infinispan.jcache.embedded.JCachingProvider
temn.cache.jboss.jdg.host=localhost
temn.cache.jboss.jdg.port=11322
The above configuration assumes that JBoss Data Grid started with 100 port offset, which means,
- If you start with .\clustered.bat -Djboss.socket.binding.port-offset=100,
- You should see the following result in the console:
09:24:03,773 INFO [org.infinispan.server.endpoint] (MSC service thread 1-7) JDGS010001: HotRodServer listening on 127.0.0.1:11322
In this topic