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

Installing SRC Sample Web Applications

Web applications must be deployed in a Web application server. The exact way you install Web applications depends on the Web application server you are using and the particular Web application.

The following procedure provides general steps for installing a Web application:

  1. Install the Web application server on the host.
  2. If the Web application requires configuration of a properties file, complete the following procedure:
    1. Copy the WAR file from the SDK+AppSupport+Demos+Samples.tar.gz file to a temporary folder on the host.
    2. Unpack the WAR file.

      For information about unpacking and packing WAR files, see

      http://java.sun.com/j2se/1.4/docs/guide/jar/
    3. Edit the properties file for the Web application.
    4. Repack the WAR file.
  3. Deploy the WAR file by using the procedure appropriate for your Web application server.

    For information about deploying WAR files, see the documentation for your Web application software.

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]