Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [virgo-dev] Security in Virgo

Hi Ric,

>> BTW there is no enhancement bug for a HttpService in Virgo, but please raise one if you would like to. We already support Tomcat via Gemini Web and we are planning to support Jetty in the next release, so HttpService won't be high priority, but someone in the community may care to implement it.
> 
> Will do.

Did you raise the enhancement bug?

It is also possible to "install" an HttpService into the user space. We did this to run RAP on an HttpService provided by
Jetty on a bare Virgo Kernel installation [1].

Here is the list of bundles we used in the RAP plan:
...
	<artifact type="bundle" name="org.mortbay.jetty.util" version="[6.1.23, 7.0.0)" />
	<artifact type="bundle" name="org.mortbay.jetty.server" version="[6.1.23, 7.0.0)" />

	<artifact type="bundle" name="org.eclipse.equinox.registry" version="[3.5.0, 4.0.0)" />
	<artifact type="bundle" name="org.eclipse.equinox.http.registry" version="[1.1.0, 2.0.0)" />
	<artifact type="bundle" name="org.eclipse.equinox.http.servlet" version="[1.1.0, 2.0.0)" />
	<artifact type="bundle" name="org.eclipse.equinox.http.jetty" version="[2.0.0, 3.0.0)" />
...

[1] http://eclipsesource.com/blogs/2010/10/28/running-rap-on-virgo/

Regards,
  Florian



Back to the top