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
Deploying a file
File deployment can be done using "Meta Commands" available via GUI see below:
When prompted select the file to be deployed, example of a typical app deployment is shown below:
Redeploying an already deployed file
Use same method as described in Deploying a file, ensure you select force
Undeploying a file
You can use "Meta Commands" --> "Undeploy" option to undeploy file. You wil be presented with the list of deployed files. Select the file to be undeployed as shown below:
Comments
0 comments
Please sign in to leave a comment.