On 10/10/2012 17:41, Steffen Heil (Mailinglisten) wrote:
> Hi
> 
> 
>> Check to see if the WebSocket examples that ship with Tomcat work with
>> your configuration. If they don't compare the differences between the
>> default configuration and you configuration to and find the change that
>> breaks stuff.
> 
> First, thanks for the reply.
> 
> I downloaded tomcat 7.0.32 again and replaced the connectors in the
> configuration with my own (minus the executor references).
> Nothing else was changed.
> 
> The WebSocket chat example works with http on port 80, but not on port 8443.
> It says:
>> Info: WebSocket connection opened.
>> * Guest3 has joined.
> 
> And as soon as I send something:
>> Info: WebSocket closed.
> 
> The message does not get back to the client.
> So the problem must in my connector configuration:

I just took a look at this. The examples work out of the box for HTTPS
with BIO but not with NIO. This looks like a Tomcat bug at this point.
I'll take a look.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to