Upgraded my environment to 8RC5 and this feature works for me. Don't know how much help this is, but here's my deployment descriptor:
<?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0"> <display-name>FERMI Framework Test Application</display-name> <context-param> <param-name>org.apache.tomcat.websocket.textBufferSize</param-name> <param-value>10240</param-value> </context-param> </web-app> -Igor. On Sun, Nov 17, 2013 at 7:15 AM, Johan Compagner <jcompag...@servoy.com>wrote: > > > > > > >> Exactly which version of Tomcat 7 are you using? > > >> > > >> > > > currently testing it on 8 RC5 > > > > > > I can test on 7, but i guess thats the +/- the same code? > > > > Latest 8 RC is fine but then why are you looking at the Tomcat 7 docs? > > > > > > > first that i found, and also this > http://tomcat.apache.org/tomcat-8.0-doc/web-socket-howto.html is the same > i will look at it a bit more then, but for my current tests it didn't have > any effect as far as i could see. >