tomcat - Continuous Delivery with Grails -


background:

my team has been using jenkins run our continuous integration (ci) our grails applications. trying move closer continuous delivery setting deployment pipeline , having push button deployments multiple environments (dev, itg, prod). have tried use jenkins tomcat plugin deploy our code have run occasional permgen issues on tomcat , have manually restart after deployment.

questions:

  1. is jenkins right tool use automated deployments grails?
  2. how can automate deployment tomcat without having manually restart afterwords?

  1. i don't think can if jenkins "right" tool, one.
  2. when hot-deploy tomcat, permgen inevitably grow. restart easiest way handle this. see other questions what makes hot deployment "hard problem"? more information. can use post build task run shell script on jenkins server deploys war , restart tomcat.

Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -