Starting an Adapter Application

After deploying an application archive, you can start an adapter application by using the start command.

By default, the adapter application is not started after deploying the application archive. However, if you set the -as(autostart) option to true when deploying the application archive, the adapter application is automatically started after the deployment.

In an app space, if one or more adapter nodes are in the stopped state, the adapter application starts only in the running adapter node; if none of the adapter nodes is started, the adapter application is not started.

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 start an adapter application:

    adapter[admin@MyDomain]>start -d DomainName -a AppSpaceName application ApplicationName version

    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.

    ApplicationName Version

          Name and version of the adapter application that you want to start.