Upgrade Oracle Java without interrupting a Mendix App
In the “Mendix Cloud” we are hosting thousands of Mendix Apps. All these Apps are running on top of the Oracle Java Runtime Environment (JRE) in Debian Linux environments. We use java-package to package the Oracle JRE to be able to easily redistribute it to all our servers. After packaging and putting the Debian package in our local apt repository the Oracle JRE can be easily installed via apt-get. # apt-get install oracle-java8-jre When there is an update available of the Oracle JRE, we again package the new version and put it in our local apt repository....