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
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?
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
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
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
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