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 User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03152 seconds