[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.


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