Johan,
What you've described is exactly what works for me.  But I am still on RC1.
-Igor.


On Sat, Nov 16, 2013 at 6:12 AM, Johan Compagner <jcompag...@servoy.com>wrote:

> sorry, mail did go to soon...
>
> I do this in the web.xml (directly in the web-app tag)
>
> <context-param>
>     <param-name>org.apache.tomcat.websocket.textBufferSize</param-name>
>     <param-value>32768</param-value>
> </context-param>
> <context-param>
>     <param-name>org.apache.tomcat.websocket.binaryBufferSize</param-name>
>     <param-value>32768</param-value>
> </context-param>
>
> But this doesn't seem to have any effect, i still see in the browser stuff
> like frames of max 8192 (and continuation frames)
>
> We have problems (with chrome) with all kinds of errors when sending these
> frames (invalid opcode, utf char encoding problem, reserved words 1 ,2 ,3
> errors in the browser)
> So i want to see if i just don't use frames what the result is then
>
>
> Johan
>
>
> On 16 November 2013 15:09, Johan Compagner <jcompag...@servoy.com> wrote:
>
> > Hi
> >
> > i read this:
> >
> > http://tomcat.apache.org/tomcat-7.0-doc/web-socket-howto.html
> >
> > so what i do is add this into the web.xml
> >
> > --
> > Johan Compagner
> > Servoy
> >
>
>
>
> --
> Johan Compagner
> Servoy
>

Reply via email to