문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top