Re: A Couple of 8.0.0 WebSocket Questions

2013-08-10 Thread Mark Thomas
Igor Urisman wrote: >Dear all, Answering from a JSR356 perspective. Tomcat could add these features outside of the SPEC. >1. I see how to close a session from either end of the connection. >That, >of course, leaves the underlying endpoint intact. Is there a way to >un-deploy an entire server e

Re: A Couple of 8.0.0 WebSocket Questions

2013-08-10 Thread Niki Dokovski
On Sat, Aug 10, 2013 at 6:57 AM, Igor Urisman wrote: > Dear all, > > 1. I see how to close a session from either end of the connection. That, > of course, leaves the underlying endpoint intact. Is there a way to > un-deploy an entire server endpoint so that no new connections can be made > to it?

A Couple of 8.0.0 WebSocket Questions

2013-08-09 Thread Igor Urisman
Dear all, 1. I see how to close a session from either end of the connection. That, of course, leaves the underlying endpoint intact. Is there a way to un-deploy an entire server endpoint so that no new connections can be made to it? If so, will it close existing sessions? 2. Is there a way to q

RE: Websocket Questions

2012-04-27 Thread Konstantin Preißer
Hi Mark, thank you for your reply. > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Friday, April 27, 2012 5:37 PM > To: Tomcat Users List > Subject: Re: Websocket Questions > > > At the moment, yes. There is probably a need for a sepa

Re: Websocket Questions

2012-04-27 Thread Mark Thomas
On 27/04/2012 15:51, Konstantin Preißer wrote: > Hi all, > > I'm using Tomcat 7.0.27 with Native 1.1.23 on Windows Server 2008 > 32-bit with Java 1.7.0_03. > > Recently I started a project which uses Websockets. It is a simple > app where the clients submit the current mouse position to the > ser

Websocket Questions

2012-04-27 Thread Konstantin Preißer
Hi all, I'm using Tomcat 7.0.27 with Native 1.1.23 on Windows Server 2008 32-bit with Java 1.7.0_03. Recently I started a project which uses Websockets. It is a simple app where the clients submit the current mouse position to the server, and the server then broadcasts the position of that use