Poonam wrote:
I found that the BindingServlet in ServiceMix only supports POST Request.
Does the Http Binding provided by ServiceMix support GET Request?
It does now :) I've just patchced this in CVS HEAD
One more question. As ServiceMix is using Jetty does it act like a
Servlet container. Can I deploy servlets into the JBI container.
If yes, how?
If you want full control over the servlet engine and to deploy WARs etc,
you probably want to deploy the ServiceMix servlet inside a WAR, which
is the simplest way of doing it.
Just deploy the org.servicemix.components.http.SpringBindingServlet in
your WAR and it should work now - I've made a few patches in CVS just now.
The process of using the SpringBindingServlet is documented here
http://servicemix.org/HTTP?refresh=1
Basically the servlet uses Spring to find ServiceMix and the HttpBinding
implementation it is meant to use.
There's a demo of this in action in the ServiceMix web application
(servicemix/tooling/servicemix-web) see the above page for details of
how to use it.
--
James
-------
http://radio.weblogs.com/0112098/