[Contents] [Prev] [Next] [Index] [Report an Error]

Installing Web Applications Inside the JBoss Application Server

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 from the SDK+AppSupport+Demos+Samples/ApplicationSupport directory.
  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.


[Contents] [Prev] [Next] [Index] [Report an Error]