How to change server for my application in cloudbees? -


i want change server jboss7.1 tomcat7 in cloudbees. ways this? mention application deployed , running.

you can deploy in tomcat 7 through cloudbees sdk using command.

bees app:deploy -t tomcat7 -a app.war 

be aware app should adapted work both containers.


Comments