Run a simple hello-world webapp on WebSphere 9 using the docker image provided by IBM:
Also uses dev SQL Server image provided by Microsoft:
Uses the gradle-dcompse-plugin to manage docker containers:
Uses WDR to simplify WebSphere configuration:
To start run:
./gradlew startContainers
This will run 3 containers (links assume your docker VM is bridged to localhost):
- Websphere: https://localhost:9043/ibm/console/
- Portainer: http://localhost:9000/ (Manage containers, logs)
- SQL Server: tcp://localhost:1433
The web app is installed and you should see recent request times: