Re: WebSocket Jetty on the same port at the same time?

2014-08-27 Thread Charles Moulliard
Hi Deven, As we are using 2 different camel components to expose the websocket and jetty servers, then you can't use the same port between the 2 components. But you can imagine to share also your web code with the websocket component like I have done here :

WebSocket Jetty on the same port at the same time?

2014-08-26 Thread Deven Phillips
I have seen some discussions elsewhere, but I was hoping I could get a definitive answer here: Is it possible to have a camel-websocket endpoint listening with a URL like: websocket://localhost:2080/replication AND also have a camel-jetty endpoint listening with a URL like: