So here are the steps that I followed to get Apache ODE installed within Axis2. I made the mistake of initially downloading the Axis2 binary distro versus Tomcat. The Apache ODE instructions work with Tomcat/Axis but not Axis2 standalone.
1) Download Apache Tomcat 6.0.16
2) Download Apache Axis2 1.3 WAR distribution
3) Download Apache ODE 1.1.1 WAR distribution
4) Copy axis2.war to tomcat/webapps
5) Copy ode.war to tomcat/webapps
6) Set JAVA_HOME
7) Run Tomcat using tomcat/bin/catalina.sh run
The console then shows the following on startup:

Success!
I then accessed the Axis2 Console and could see the Apache ODE Services by going to http://localhost:8080/ode.

Next will be deployment of a BPEL sample into Apache ODE and invoking using SOAPUI.
Cheers!
No comments:
Post a Comment