Wildfly 9.0 w/ Docker, Offline CLI and HTTP/2
Following the release of Wildfly 9.0.0.Final and the previous post on enabling HTTP/2 via offline CLI, this article covers the same setup inside a Docker container. Docker simplifies middleware infrastructure deployment: open source, rich CLI tooling, automated build process, and straightforward runtime management. How to set up HTTP/2 in Wildfly 9.0.0.Final with offline mode via Docker. Prerequisites Docker must be installed and running. See the official documentation for installation. X509 Certificate HTTP/2 does not strictly require encryption, but most browsers only implement it over TLS. Create certificates as described in the previous post. ...