Example: installing an application on the WebSphere Application Server Liberty Profile

The following component process installs a Java™ EE application on the Liberty Profile.

For a similar example on WebSphere® Application Server that does not use the Liberty Profile, see Example: Installing an application on WebSphere Application Server.

This process assumes that the application binary files are in the component. It also assumes that the environment contains an installation of the Liberty Profile and a running server. The process runs the following steps in order:
  1. The Download Artifacts step retrieves the binary files.
  2. The Install or Update Application via Server Xml installs the application.
  3. The Start Application step starts the application.
  4. The Wait for Application to be STARTED pauses the process until the application has started.
A component process that uses the steps in the Liberty Profile plug-in to an install an application

Feedback