Tsolak Petrosian
1 min readFeb 22, 2017

--

Hot deployments have never worked right, this is especially true with Tomcat.

Organizations have always pretended that they use hot deployment aspects of app containers but in practice have always opted on restarting them after every deployment. And this is long before Docker came around.

If the trend is towards simplifying app deployments than the simplest form will be just an executable jar deployed on Linux without Docker at all (or with Docker but with minimal configuration).

--

--