OpenShift zero-downtime deployment
OpenShift is a great PaaS for developing your webapp. When it gets to production however, you don”t want any downtime when you are deploying. Luckily there is a simple fix (presuming you set up a scaling app). Find the cartridge you want to scale (jbossews-2.0 on mine) rhc show-app yourapp should...