Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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. Determine the scope of the deployment (server or cluster) and look up additional information about the server.
  4. Deploy the archive from the temporary location to the server using the name provided by the App Name Project Property.
  5. 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.

...

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
App Install Root

FDWAS_APP_INSTALL_ROOT

NA directory where deployed artifacts are stored. Default is FDWAS_WAS_INSTALL_ROOT/InstalledApps.


Project Properties

Property Name

Property Code

Required

Description

App Name

FDWAS_APP_NAME

Y

The name of the application being deployed

Server or Cluster Name

FDWAS_SERVER_OR_CLUSTER_NAME

Y

A cluster or server name where the WebSphere Application will run.

A server name may or may not be node qualified, however if the node name is not provided, the server name must be unique within the cell to allow the plugin to look up the node.

...