Connecting to FAS via the CLI
- Navigate to the FAS's bin directory e.g.
cd <FAS_INSTALL_DIR>/bin
- Start the JBoss CLI GUI using command below, "ADDRESS" is the address of master host of the FAS cluster
./jboss-cli.sh --controller=<ADDRESS> --gui
Creating a Custom Infinispan Cache
Navigate to profile=ha --> subsystems=infispan --> cache-container-container-shared --> replicated-cache. Select "add" option and fill in the details for the cache being created as shown below:
Once new cache is created and its details will have been written to JBoss's domain.xml.
Comments
0 comments
Please sign in to leave a comment.