We would like to use Bamboo to deploy to several Glassfish servers. Bamboo seems to support Tomcat and there is a plugin for JBoss deployment, but I cannot find a plugin, documentation, or forum posts concerning remote deployment to a Glassfish server. Is this possible? If so, where can I find documentation on how to do so? Thanks!
Bamboo integrates with Maven so if you're using Maven to drive your build, you could use the maven-glashfish-plugin:
http://maven-glassfish-plugin.java.net/
Also Bamboo can run any arbitrary command so if there's a command-line tool to do what you need it's very easy to plug that into Bamboo:
http://stackoverflow.com/questions/3635861/best-way-to-deploy-on-glassfish-v3
Hi John,
There is currently no support for deploying to Glassfish servers like the JBoss and Tomcat plugins provide. Please vote on this feature request.
Thanks
James
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.