I started WebSphere on Docker and tried to deploy my own application
Source on GitHub Image uses "websphere-liberty" If you place the war in / config / drops /, it will be deployed automatically, so set the war in the local folder where the war built with gradle is placed to be copied to the remote / config / drops /.
docker-compose.yml Source on GitHub There is nothing to consider
Source on GitHub Specify war for plugin and set the dependencies required for build
The response type of the app created in About SImple JAX-RS apps is changed to PLAN_TEXT.
Is displayed, it is confirmed that WAS is running safely!
Recommended Posts