Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP as standalone-equinox-application
RAP as standalone-equinox-application [message #482828] Fri, 28 August 2009 09:14 Go to next message
Eclipse UserFriend
Originally posted by: gerd.mueller.smb-tec.com

Hi,

Where can I find documentation about how to build a RAP product as
standalone-equinox-application with embedded Jetty for eclipse 3.4/3.5?
I've already looked for it, but only found an outdated document for RAP 1.1.

Thanks and best regards,
Gerd
Re: RAP as standalone-equinox-application [message #482845 is a reply to message #482828] Fri, 28 August 2009 10:18 Go to previous messageGo to next message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 338
Registered: July 2009
Senior Member
Hi,

exporting RAP applications as standalone application is not different
than exporting regular RCP applications.

You can use a product, add your plugins/features, be sure to include the
javax.servlet bundle, equinox servletbridge, http registry and jetty
bundles. The RAP runtime contains all bundles you need for this.

Greets,
Ben

Gerd Müller wrote:
> Hi,
>
> Where can I find documentation about how to build a RAP product as
> standalone-equinox-application with embedded Jetty for eclipse 3.4/3.5?
> I've already looked for it, but only found an outdated document for RAP
> 1.1.
>
> Thanks and best regards,
> Gerd
Re: RAP as standalone-equinox-application [message #482880 is a reply to message #482845] Fri, 28 August 2009 12:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gerd.mueller.smb-tec.com

But what do I specify as "application"? Do I leave this blank?

Benjamin Muskalla schrieb:
> Hi,
>
> exporting RAP applications as standalone application is not different
> than exporting regular RCP applications.
>
> You can use a product, add your plugins/features, be sure to include the
> javax.servlet bundle, equinox servletbridge, http registry and jetty
> bundles. The RAP runtime contains all bundles you need for this.
>
> Greets,
> Ben
>
> Gerd Müller wrote:
>> Hi,
>>
>> Where can I find documentation about how to build a RAP product as
>> standalone-equinox-application with embedded Jetty for eclipse
>> 3.4/3.5? I've already looked for it, but only found an outdated
>> document for RAP 1.1.
>>
>> Thanks and best regards,
>> Gerd
Re: RAP as standalone-equinox-application [message #483131 is a reply to message #482880] Mon, 31 August 2009 09:20 Go to previous message
Benjamin Muskalla is currently offline Benjamin MuskallaFriend
Messages: 338
Registered: July 2009
Senior Member
Hi Gerd,

you can leave the application blank as you don't need it with this
configuration. As long as all interesting bundles (jetty, equinox
servlet bridge) are started, you can access the application trough the
regular URL. You may want to add -console -consolelog as parameters to
get the OSGi console. This way you can check with "ss" which bundles are
running and if there is still anything missing.

Regards,
Benny

Gerd Müller wrote:
> But what do I specify as "application"? Do I leave this blank?
>
> Benjamin Muskalla schrieb:
>> Hi,
>>
>> exporting RAP applications as standalone application is not different
>> than exporting regular RCP applications.
>>
>> You can use a product, add your plugins/features, be sure to include
>> the javax.servlet bundle, equinox servletbridge, http registry and
>> jetty bundles. The RAP runtime contains all bundles you need for this.
>>
>> Greets,
>> Ben
>>
>> Gerd Müller wrote:
>>> Hi,
>>>
>>> Where can I find documentation about how to build a RAP product as
>>> standalone-equinox-application with embedded Jetty for eclipse
>>> 3.4/3.5? I've already looked for it, but only found an outdated
>>> document for RAP 1.1.
>>>
>>> Thanks and best regards,
>>> Gerd
Previous Topic:Urgent Bug 287823
Next Topic:Problem with RAP platform update through Eclipse update function
Goto Forum:
  


Current Time: Fri Apr 26 09:13:28 GMT 2024

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

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

Back to the top