IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > FTP > Configure the module for deployment

Defining WebSphere Application Server environment variables

Use the Process Administrative Console of the runtime environment to define WebSphere Application Server environment variables.

To define a WebSphere Application Server environment variable, use the following procedure.


Procedure

  1. Start the Process Administrative Console of the server.

  2. From the left menu, select Environment > WebSphere Variables.

  3. Select the scope for the environment variable. The scope specifies the level at which the resource definition is visible on the Process Administrative Console panel. The possible values are server, node, and cell. In this example, we are choosing Cell=widCell.

    Figure 1. Setting the scope for the environment variable

  4. Click New, and provide a name and a value for the environment variable. The name is the symbolic name that represents a physical path. The value is the absolute path that the variable represents. In this example, the name is EVENT_DIRECTORY and the value is /home/user/event. You can use the Description field, which is optional, to describe the purpose of the variable.

    Figure 2. Providing a name and a value for the environment variable

  5. Click OK and save the changes.


Results

An environment variable called EVENT_DIRECTORY is created, with the value /home/user/event and a scope of Cell=widCell. You can now use it in the external service wizard whenever you must specify the event directory.

Figure 3. The new environment variable EVENT_DIRECTORY displayed in the WebSphere Variables window

Configure the module for deployment


Related concepts:

WebSphere Application Server environment variables