Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Which HttpService

Hi Chris,
jetty-httpservice
(http://repo2.maven.org/maven2/org/eclipse/jetty/osgi/jetty-httpservice/)
is a non standard web-bundle. When jetty-osgi is started and that
jetty-httpservice is started an implementation of the OSGi HttpService
is provided.
If this what you are looking for?
Hugues

On Fri, Mar 4, 2011 at 6:32 PM, Christopher Frost <frostc@xxxxxxxxxx> wrote:
> Hi,
>
> I'm trying to get the Jetty HttpService running on the Virgo Kernel and was
> wondering which jars I should be using. I found some that come packaged with
> Equinox (org.eclipse.equinox.http.jetty, .servlet, org.mortbay.jetty.server
> and .util). I also found a jetty-httpservice jar on maven central. Which
> would you recommend and how should I be starting it as lot of them are lazy
> start bundles?
>
> Chris.
>
> --
> Chris Frost
> SpringSource, a division of VMware
>
> Virgo Website, Wiki and Forum
>
> _______________________________________________
> jetty-dev mailing list
> jetty-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-dev
>
>


Back to the top