Installing Web Applications Inside JBoss

We provide the JBoss Web application server with the sample and demonstration applications in the SDK+AppSupport+Demos+Samples.tar.gz file. available from the Juniper Web site at: https://www.juniper.net/support/csc/swdist-erx/src.html.

JBoss is an open-source Java application server that provides full support for J2EE application programming interfaces (APIs). To deploy a Web application inside JBoss:

  1. Install the UMCjboss package.
  2. During the installation, choose a JBoss configuration when prompted; typically choose the default configuration.
  3. Customize the properties file for the Web application.
  4. Deploy the WAR file by copying it into the JBoss default/deploy directory.
      cp <filename>.war /opt/UMC/jboss/server/default/deploy

JBoss automatically starts the Web application when a new WAR file is copied into the deploy directory.