I have deployed servicemix-http correctly. I looked at the web.xml file and discovered the servlet mapping to "jbi/*". I am able to hit the url that way (listing the available ports), but it still displays the console stuff.
What I really want to do is use the exact url in the wsdl. In that case, what I probably need to do is set up a separate host mapping in Tomcat server.xml bound to that address and point it to the binding servlet. gnodet wrote: > > You see the endpoints but the port is not open and you can't browse > the services ? Sounds weird. > Have you raise the log level to DEBUG ? > > On 4/11/07, dgoodine <[EMAIL PROTECTED]> wrote: >> >> >> Update: I discovered I need to configure a BindingServlet. The examples >> I >> found have endpoints defined directly in the servicemix.xml file. The >> quest >> is, how do I use the xbean.xml files with the binding servlet? Really, >> all >> I want to do is proxy all requests to a specific port to the http BC. >> >> -- >> View this message in context: >> http://www.nabble.com/servicemix-http-problem-deploying-in-Tomcat-tf3553488s12049.html#a9937394 >> Sent from the ServiceMix - User mailing list archive at Nabble.com. >> >> > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Principal Engineer, IONA > Blog: http://gnodet.blogspot.com/ > > -- View this message in context: http://www.nabble.com/servicemix-http-problem-deploying-in-Tomcat-tf3553488s12049.html#a9942147 Sent from the ServiceMix - User mailing list archive at Nabble.com.
