Hi, I'm interested - what web container implementation are you
integrating? Is your code achieving something similar to Pax Web which
integrates Jetty with the HTTPService? An implementation of RFC66
isn't *required* to use the HTTPService, that's one approach.

The URL handler that is part of the initial contribution is agnostic
of whether the HTTPService is used or not.

Thanks,
Jeremy

> Hi.
>
> First off I would like to give my support to the Aries project. I think it
> is a really needed project. Looked at some of the talks about RFC66
> (WebContainer) and my understanding is that you will need some sort of WAR
> deployer in Aries? Have been working on a RFC66 implementation that can run
> on any OSGi HttpService. This is around 95% feature complete (except for
> session management) right now. Every web applicaiton deployed is added to
> the HttpService as a servlet where alias = context-path. I am not sure if
> this implementation belongs to Felix or Aries.
>
> What do you guys think?
>
> BR,
> Sten Roger Sandvik

Reply via email to