Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 866 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 866 Bytes

IBM Client Developer Advocacy App Modernization Series

Simple Hello World app to demo WebSphere Liberty in Docker

This small Java EE app supports the lab Build and run a WebSphere Liberty app with Docker.

Building the app

You'll need the following to build the app from source:

To build the app from source run the following command from the top level folder of a clone of this repo : mvn clean package

This will create the app's .war file in the target subfolder.

Running the app

Refer to the lab instructions in the accompanying lab exercise to run the app on Docker.