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:
- is jenkins right tool use automated deployments grails?
- how can automate deployment tomcat without having manually restart afterwords?
- i don't think can if jenkins "right" tool, one.
- 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
Post a Comment