Question

First of all, i am very much new to BPEL. I have a webservice hosted in Tomcat 7.0 and a BPEL deployed in Apache ODE. I have done all this using Eclipse JUNO. Now, when i unable to invoke the web service from eclipse as Apache ODE cannot start while an instance of Tomcat is running. Also i cannot host the web service in Apache ODE and BPEL process in Tomcat. How do invoke the Web service now?

Was it helpful?

Solution

If I understand your question correctly, then both Tomcat instances run on the same port, which obviously does not work. There are two options:

  • use different tomcat configurations with different ports
  • use a shared tomcat instance and deploy ODE along with your web service. Eclipse can still manage this Tomcat instance.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top