Managing JBoss cartridges using the management web interface and CLI
JBoss provides three different ways to manage the server: a web interface, a command-line client, and the XML configuration files. In this recipe, you will learn how to deploy WAR files to your JBoss cartridge using the web management interface and JBoss CLI.
Getting ready
To complete this recipe, you will need to have the JBoss application server binary on your local machine. This is required to connect with the JBoss cartridge using jboss-cli
. Download the JBoss AS7 binary from the official website at http://www.jboss.org/jbossas/downloads. Extract the ZIP file, and you will find the jboss-cli
script in the bin
folder.
In this recipe, we will use the jobstore
application that ...
Get OpenShift Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.