简体   繁体   中英

How to deploy a maven project that contain ejb,war and ear in ibm bluemix

i create a maven project that include EAR,WAR and EJB and i waont to deploy it to ibm bluemix . i tested pulling project from https://www.hub.jazz.com and that project doesn't contain any EJB project .

So any one have a way to how to deploy a maven project that contain EJB,EAR and WAR to ibm bluemix .

如果您使用的是Cloud Foundry CLI ,则部署War&Ear将在Bluemix中使用相同的命令

cf push <your-app-name> -p <path/to/your/ear/yourapp.ear>

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