Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • We can run deploy operation in both Standalone and Domain mode.
  • This operation provides the ability to deploy a web application (WAR) J2EE module to a running WildFly server or server groupsgroup(s).
  • The deploy operation can be used for both Standalone and Domain mode.
  • This operation is supported for WildFly 8, 9 and 10 versions.

...

Property Name

Required

Description

FDWFLY_SERVER_NAME

No

WildFly Server name to deploy application to.

FDWFLY_SERVER_GROUP_NAME

No

WildFly Server Group name to deploy application to.

FDWFLY_APPLICATION_NAME

Yes

The name of the WildFly application to be deployed.

Inputs

Input Name

Required

Description

FDWFLY_INP_WILDFLY_MODE

Yes

The mode in which the server has been started. Valid values are Standalone, Domain

FDWFLY_INP_SERVER_NAME

No

WildFly Server name for deploy operation. Overrides the FDWFLY_SERVER_NAME property.

FDWFLY_INP_SERVER_GROUP_NAME

No

WildFly Server group name for deploy operation. Overrides the FDWFLY_SERVER_GROUP_NAME property.

...

Special Considerations

This plugin operation has the following prerequisites:

  • The WildFly user specified by property FDWFLY_ADMIN_USER must be granted the add-user script.
  • The target WildFly server must be running prior to calling this operation.
  • The specified J2EE Module must be produced by the a build operation.