简体   繁体   中英

How to deploy bpel project on ODE server

My BPEL project working fine in my local . But i need to deploying that project on my server how can i export BPEL project war file or something else ??

Finally Found it. Hope it helps.

  1. Zip the files in below structure.

    So suppose you have BPELDemo.bpel BPELDemowsdl.wsdl deploy.xml

    The BPELDemo.zip should Directly content these files.

    NO other Fodler Structure.

    1. then go to localhost:8080/ode/index.hmtl . go to deployment tab.

    Select the ZIP file, and Give name as BPELDemo and Click OK.

This will dpeloy the the BPEL correctly.

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