cubiclabs
cubiclabs
Something that you might not be aware of is that the SessionInitializerFilter was added to Tomcat some time ago, so if you are using that server you do not need...
Yes, that is correct. If you are using Tomcat you do not need the additional jar. Just add the filter as described in the forum post.
I am also having problems with this. In particular, because I am trying to register more than one websocket. I see the 'Multiple Endpoints may not be deployed to the...
To get around the server restarts I have been experimenting with creating a websocket listener that is essentially a proxy for an application scoped component. This way, I can edit...