Re: [jetty-users] Help with embedding jWebSocket in Jetty

2012-08-16 Thread Casey Jordan
Jan, I do, however a while back we developed a large amount of code using the jWebSocket standalone server. Eventually that project was sidelined becuase we needed direct support through Jetty. Now that it looks like this is possible, I would like to re-use all the code we developed from before, b

Re: [jetty-users] Help with embedding jWebSocket in Jetty

2012-08-16 Thread Jan Bartel
Casey, You do know that jetty supports websocket already, right? Here's the link to some doco: http://wiki.eclipse.org/Jetty/Feature/WebSockets Jan On 17 August 2012 11:12, Casey Jordan wrote: > Hello! > > We have used this wonderful server in our projects for a few years now and > it has been

[jetty-users] Help with embedding jWebSocket in Jetty

2012-08-16 Thread Casey Jordan
Hello! We have used this wonderful server in our projects for a few years now and it has been great. Unfortunatly we don't have any Jetty experts on our team, and we have finally run into a task which has stymied us: Getting the jWebSocket server, http://jwebsocket.org, working inside Jetty. It se