简体   繁体   中英

How do I deploy a grails application built on hudson to JbossAS 7?

We have a grails application that we build using hudson. Hudson used to deploy the generated war to tomcat through the tomcat-manager. Now that we are moving to JBoss 7, there is no obvious step available in hudson to deploy to JBoss7. Is there are plugin for JBoss7 deployment that I can use? Or commands to perform deployments on JBoss7?

You should check this out: https://docs.jboss.org/jbossas/7/plugins/maven/latest/

Also if you prefer to use scripting: https://github.com/maxandersen/as7scripting (it might be a little bit outdated now)

Regards

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM