Hi, I have a problem by embedding serviceMix in Tomcat. So i want to use servicemix as a Gateway for invoking Web service. I realise the example described in the book http://www.exforsys.com/tutorials/java-soa/bind-web-services-in-esb-web-services-gateway.html Service Oriented Java Business Integration .
i have deployed Servicemix as a Web-application in Tomcat. I follow the steps described in guide http://servicemix.apache.org/tomcat-integration.html Tomcat integration and everything work fine. Now when i deploy my service assembly in servicemix-Web directory "deploy" i observe two case: 1) If tomcat is already started and i put the service assembly in the directory "deploy" of servicemix-web so everything work fine and i can access to the web-services via servicemix. 2) If a put the service assembly and after that i start tomcat. This will not start correctly or completely. I can not access to my web services. In my service assembly i realize http consumer SU and a http provider SU. So my question are: 1) why can not tomcat start in the second case? 2) how can i resolve this problem. I use following versions: - servicemix 3.2.2 - tomcat 6 many thanks in advance -- View this message in context: http://www.nabble.com/ServiceMix-embedded-in-Tomcat-tp23425228p23425228.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
