playframework - How can i have hot redeploy in production mode in play framework 2 apps? -


i know play framework 2 support hot code reloading in development mode, want know how can have hot redeploy in production mode in play framework 2 apps? there transparent approach this? using load balancer or native approach acceptable me.

load balancing natural choice play because of it's stateless nature. can deploy on 1 instance @ time, , application remain available time long other instances up.

once application deployed put load balancer , end users not notice outage


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -