Search code examples
tomcatbpelode

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 ??


Solution

  • 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.