On 22/08/2013 17:39, Bob DeRemer wrote:
> I’m trying to use the Tomcat8 jsr client functionality in a standalone
> java client.  I’m trying to use the minimal number of jars, so I gabbed
> websocket-api.jar ONLY.  When I call
> ContainerProvider.getWebSocketContainer(), it returns null. 
> 
> Do I need another jar to resolve this on the client?

Yes. You need tomcat-websocket.jar (the implementation) and its
dependencies (tomcat-juli.jar and tomcat-util.jar). It is possible to
split the implementation into client and server but we haven't done
that. It isn't like the JARs are that big anyway.

Mark


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

Reply via email to