[
http://issues.ops4j.org/browse/PAXWEB-137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12400#action_12400
]
Alin Dreghiciu commented on PAXWEB-137:
---------------------------------------
Short answer: No, there is no equivalent to HttpServiceServlet in Pax Web.
Long answer: I looked a bit into implementing such a feature a while ago. The
way it is implemented into Equinox is that you register the HttpServiceServlet
as a bridge servlet that will delegate to OSGi HttpService. This strategy may
be implemented also for the other parts such as filters, one listener pr type
of listener, .... But if you look at it this is not what Pax Web does: Pax Web
is an extended HttpService implementation that offers in plus all the features
you would like to have. So, we (you, me , somebody else) could start to
implement such a bridge, but the only relation to Pax Web it would be that it
implements Pax Web api = the extended HttpService interface = WebContainer.
> Equivalent of org.eclipse.equinox.http.servlet.HttpServiceServlet to allow
> pax-web to be integrated into a servlet container
> ----------------------------------------------------------------------------------------------------------------------------
>
> Key: PAXWEB-137
> URL: http://issues.ops4j.org/browse/PAXWEB-137
> Project: Pax Web
> Issue Type: New Feature
> Components: WebContainer
> Affects Versions: 0.6.0
> Reporter: Paul Warren
> Assignee: Alin Dreghiciu
>
> I am looking for an equivalent of
> org.eclipse.equinox.http.servlet.HttpServiceServlet to allow pax-web to be
> integrated into a servlet container.
> I appreciate that this is contrary to pax web osgi-ify but at the moment our
> users are uncomfortable moving away from their app servers to a true
> server-side osgi solution therefore the best we can do is to leverage an
> approach like equinox's servletbridge approach.
> But as you will be very well aware equinox doesnt provide filters or
> listeners etc. So I'd like to use pax-web (subject to legal agreement) but I
> dont see an immediately obvuos way to bridge the servlet container (webapp in
> the app server) to your WebContainer;
> i.e. is there an org.eclipse.equinox.http.servlet.HttpServiceServlet?
> Many thanks
> _Paul
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.ops4j.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general