Thanks Guillaume , I am not able to get the details from the logs... I did try to deploy on another Unix machine and I had a little bit of luck.
First , I go some errors in the jsp ( mbeans.jsp(15,0) Invalid jsp:include tag ) I had to add "flush=true" to the include tags in the 2 jsps. That fixed that problem and I can now get to the JMX Console. I then proceeded to try out the examples : When I submitted the "GET into the httpBinding" example : http://localhost:8080/servicemix-web/jbi/exampleUri?name=James I get this error : java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener registered? at org.springframework.web.context.support.WebApplicationContextUtils.getRequiredWebApplicationContext(WebApplicationContextUtils.java:84) There is nothing in the tomcat logs to indicate any more details... Any ideas ? Is there some log4j properties included so that I can get some more debug information ? Thanks Pat -- View this message in context: http://www.nabble.com/Unable-to-create-a-SM-WAR-t1749276.html#a4790398 Sent from the ServiceMix - User forum at Nabble.com.
