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:
- Install the UMCjboss package.
- During the installation, choose a JBoss configuration when prompted; typically choose the default configuration.
- Customize the properties file for the Web application.
- Deploy the WAR file by copying it into the JBoss default/deploy directory.
JBoss automatically starts the Web application when a new WAR file is copied into the deploy directory.
