Re: WebSockets in Felix using Tyrus.

2015-10-28 Thread info
Thanks, I will try so with the other thread. I got Tyrus up and running rather quickly in the standalone mode, so I assumed it shouldn't be too hard to get it running in Felix. And I thought I was getting the hang of OSGi, but obviously there is still lot to learn. Citeren Thomas Driessen :

Re: WebSockets in Felix using Tyrus.

2015-10-28 Thread Thomas Driessen
Hi Maurice, if you're not forced to use tyrus you could use the jetty implementation for websockets, which is already comes with felix.http bundle. Kind regards, Thomas 2015-10-28 15:26 GMT+01:00 : > Oh well, getting Tyrus standalone-non-OSGi running was easy, but how on > earth to get it runni

Re: WebSockets in Felix using Tyrus.

2015-10-28 Thread info
Oh well, getting Tyrus standalone-non-OSGi running was easy, but how on earth to get it running inside a OSGi environment is beyond my knowledge. Citeren i...@cuhka.com: I would like to use Tyrus[1] as my WebSocket implementation. In a non-OSGi standalone setup I got it up and running fair

WebSockets in Felix using Tyrus.

2015-10-28 Thread info
I would like to use Tyrus[1] as my WebSocket implementation. In a non-OSGi standalone setup I got it up and running fairly quick. However, I don't know how to get it running with the felix http service in OSGi. With the standalone setup one creates a specific 'container' for the websock