On Sun, 2004-10-17 at 16:07 +0100, Idris B Saliu wrote:
> Samuel,
> 
>    Thanks for the info, I have no problem parsing the XML, I just would  
> like to know if the merlin container has an embedded servelet container  
> that my SMS server can do a HTTP POST request too.
Hi Idris,
there is a HTTP-facility that embeds a Jetty webserver and either
registers static contexts, or forwards HTTP requests to Merlin
components, which is more convinient than servlets (the webserver is a
slave to the component model instead of the servlet being controlled by
the webserver).
You just register your component to a context, and you will receive the
HttpRequests from that address.
The facility is not yet released but you can look at it, build it and
use it from the SVN repo (/avalon/planet/facilities/http)

It is built as part of the Avalon build process (explained in the README
files)

Cheers

/peter


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to