Question

I want to change the server from Jboss7.1 to Tomcat7 in cloudbees. What are the ways to do this? To mention that my application is already deployed and running.

Était-ce utile?

La solution

You can deploy in Tomcat 7 through the CloudBees SDK using this command.

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

Be aware that your app should be adapted to work with both containers.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top