Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » How to attach RAP Application to a jetty instance created by org.eclipse.jetty.osgi.boot
How to attach RAP Application to a jetty instance created by org.eclipse.jetty.osgi.boot [message #1851532] Thu, 07 April 2022 15:20
Eclipse UserFriend
Hi,

we start our Jetty by using org.eclipse.jetty.osgi.boot bundle and configuring a jetty.home folder where the xml files for jetty configuration are stored.
This makes it easy to configure the jetty instance to specific requirements.

What is the way to attach/register this jetty instance so that the RAP application can be access with this instance?

Currently the only way to get our RAP Application running is by using org.eclipse.equinox.http.jetty and org.eclipse.equinox.http.servlet which registers an HttpService instance which then get's picked up by org.eclipse.rap.rwt.osgi and then the coresponding Application gets registered on that instance. ( as far as i understand this is the osgi whiteboard pattern).

I haven't found a way to make the "first instance" of jetty available via HttpService.

Thans for any hints.

Bye Peter
Previous Topic:3.20 release not yet in Maven Central ?
Next Topic:Dragging TreeItem with markup
Goto Forum:
  


Current Time: Sat Feb 08 09:50:30 GMT 2025

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

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

Back to the top