Deploying an Application Archive

After uploading an application archive to a domain, you can deploy an application archive to an app space.

Prerequisites

Procedure

  1. Open a command line and navigate to the folder where the adapteradmin utility is located.
    By default, it is located in the TIBCO_HOME\afx\version_number\bin directory.
  2. Enter the following command to start the Adapter Administration console:
    adapteradmin
  3. Enter the following command to deploy the EAR file to an app space:

    adapter[admin@MyDomain]>deploy -d DomainName -a AppSpaceName EARFileName

    where:

    DomainName

          Name of the domain where the adapter application archive file is uploaded.

    AppSpaceName

          Name of the app space where the adapter application archive file is deployed.

    EARFileName

          Name of the EAR file that you want to deploy.