L.S., Could you take a look at the Tomcat log file to see if that indicates the reason why it is not starting? Perhaps there's a problem with the Autodeployment feature when running as a web application. Another way to deploy applications when running ServiceMix inside a web container, is by using the the servicemix web console which is embedded in the WAR distribution (cfr. http://servicemix.apache.org/console.html)
Regards, Gert Vanthienen ------------------------ Open Source SOA: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ 2009/5/7 A.H <[email protected]>: > > 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. > >
