To Deploy an Application

  1. In the navigation tree, select the Applications node.

    The Applications page opens.

  2. In the Deployed Applications table, click the Deploy button.

    The Deploy Applications or Modules page opens.

  3. Specify the location of the archive that contains the application to deploy.
  4. In the Application Name field, retain the default name, which is the prefix of the file name, or type another name.

    The default name appears if you chose to upload a file. The application name must be unique.

  5. If the application is a web application, in the Context Root field, type a string that identifies the web application.

    In the URL of the web application, the context root immediately follows the port number (http://host:port/context-root/...). The context root must start with a forward slash, for example, /hello.

  6. From the Virtual Servers drop-down list, select the virtual server to be associated with this application.
  7. Deselect the Status Enabled checkbox to disable the application so that it is unavailable.

    By default, the status of an application is Enabled as soon as it is deployed.

  8. In the Description field, type a description for this application.
  9. Click OK.
See Also