Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » equinox in a web application in and outside of an rcp application
equinox in a web application in and outside of an rcp application [message #77939] Fri, 24 November 2006 12:28 Go to next message
Wouter de Vaal is currently offline Wouter de VaalFriend
Messages: 19
Registered: July 2009
Junior Member
Hi,

I would like to know whether is possible to start equinox without the
eclipse executable. I would like to use it within a web application, but
without having to run the web application osgi centric as is described
in the quick starts for serving servlets with equinox (as a matter of
fact I am only using filters).

This webapplication will run within tomcat or jetty (depending on
clustering capabilities).

Also the web application will run partly within an eclipse RCP
application, so then it would probably a good idea to use the standard
eclipse runtime environment for it's osgi capabilities within the same
web application.

Any thoughts on this?

Wouter
Re: equinox in a web application in and outside of an rcp application [message #77955 is a reply to message #77939] Fri, 24 November 2006 14:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jeff_mcaffer.REMOVE.ca.ibm.com

See
http://www.eclipse.org/equinox/server/http_quickstart.php
for using Equinox in server configurations

Jeff

Wouter de Vaal wrote:
> Hi,
>
> I would like to know whether is possible to start equinox without the
> eclipse executable. I would like to use it within a web application, but
> without having to run the web application osgi centric as is described
> in the quick starts for serving servlets with equinox (as a matter of
> fact I am only using filters).
>
> This webapplication will run within tomcat or jetty (depending on
> clustering capabilities).
>
> Also the web application will run partly within an eclipse RCP
> application, so then it would probably a good idea to use the standard
> eclipse runtime environment for it's osgi capabilities within the same
> web application.
>
> Any thoughts on this?
>
> Wouter
Re: equinox in a web application in and outside of an rcp application [message #77971 is a reply to message #77939] Fri, 24 November 2006 15:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alex_blewitt.yahoo.com

FYI there's a Jetty bundle, which allows you to start up OSGi and then bring up Jetty inside it. OSGi and webapps seem to be all the rage this year; see the http://www.eclipse.org/equinox/server for more information.

Alex.
Re: equinox in a web application in and outside of an rcp application [message #78047 is a reply to message #77955] Mon, 27 November 2006 16:31 Go to previous message
Wouter de Vaal is currently offline Wouter de VaalFriend
Messages: 19
Registered: July 2009
Junior Member
Am I understanding is correctly that all request will be handled by the
bridge servlet? As I am using wicket 2.0, all my requests should be
handled by the wicket filter, which will stand before the servlet
bridge. So my conclusion would be that during wicket requests, no
information about the osgi bundles will be available. Is this correct,
or am I missing something?

Thanx,
Wouter

Jeff McAffer wrote:
> See
> http://www.eclipse.org/equinox/server/http_quickstart.php
> for using Equinox in server configurations
>
> Jeff
>
> Wouter de Vaal wrote:
>> Hi,
>>
>> I would like to know whether is possible to start equinox without the
>> eclipse executable. I would like to use it within a web application,
>> but without having to run the web application osgi centric as is
>> described in the quick starts for serving servlets with equinox (as a
>> matter of fact I am only using filters).
>>
>> This webapplication will run within tomcat or jetty (depending on
>> clustering capabilities).
>>
>> Also the web application will run partly within an eclipse RCP
>> application, so then it would probably a good idea to use the standard
>> eclipse runtime environment for it's osgi capabilities within the same
>> web application.
>>
>> Any thoughts on this?
>>
>> Wouter
Previous Topic:bundle autoloading
Next Topic:Jetty servlet filter bundle?
Goto Forum:
  


Current Time: Sat Jul 27 13:20:19 GMT 2024

Powered by FUDForum. Page generated in 0.04390 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top