java - Reducing downtime to zero on jetty server with Chef -


so started deploying web app jetty server, noticed there 10 second downtime whenever redeploy web app after making changes. know there solution out there, have found leads such one. since using chef not sure how implement this.

the link have provided bash script. check out chef's own bash resource. using bash resource, can run shell script via chef.

this handy have script want do. run script via chef. of course, there might chef specific cookbook/recipe/attribute lying somewhere written. bash resource quickest possible way in regard want (presuming bash script referred need job done).

update: check out my answer got done chef resource not exists


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -