Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Deploy an application to a WebSphere server. This operation will attempt to do the following:

  1. Find a single EAR, WAR, SAR, or JAR file in the Artifact Directory.
  2. Copy the archive to a temporary location, so that the original archive file is never used.
  3. Deploy the archive from the temporary location to the server using the name provided by the App Name Project Property.
  4. Delete the temporary copy of the archive to save disk space.

NOTE: There should only be one file in the Artifact Directory when the plugin executes. The plugin execution will fail if more than one file is found.


Environment/Instance Properties

Property Name

Property Code

Required

Description

WAS Install Root

FDWAS_WAS_INSTALL_ROOT

Y

The base installation directory for the WebSphere Application Server.

WSAdmin User

FDWAS_WSADMIN_USER

N

The user to connect to wsadmin as

WSAdmin Password

FDWAS_WSADMIN_PASSWORD

NThe password for WSAdmin User


Project Properties

Property Name

Property Code

Required

Description

App Name

FDWAS_APP_NAME

Y

The name of the application being deployed

Cell Name

FDWAS_INSTALL_APP_CELL

YThe name of the cell where the WebSphere Application will run.
Server Name

FDWAS_INSTALL_APP_SERVER

NA node-qualified server name where the WebSphere Application will run. Required if the Cluster Name property is not set. (e.g. node01/server1)
Cluster Name

FDWAS_INSTALL_APP_CLUSTER

NThe name of the cluster where the WebSphere Application will run. Required if the Server Name property is not set.


Inputs

Input Name

Input Code

Required

Description






Outputs

Output Name

Required

Description





Artifacts

This operation consumes artifacts from the artifacts repository.



Endpoint Selection

This operation will select all available endpoints associated to the environment/instance.


  • No labels