> -----Original Message----- > From: Konstantin Preißer [mailto:kpreis...@apache.org] > Sent: Sunday, October 13, 2013 4:34 PM > To: 'Tomcat Developers List' > Subject: RE: svn commit: r1531680 - > /tomcat/tc7.0.x/trunk/webapps/examples/WEB-INF/web.xml > > "javax.websocket.server.ServerContainer" attribute. I solved this by adding > new WsContextListener().contextInitialized(sce); > at the beginning of contextInitialized() method in the WsConfigListener.
Sorry, that should read: I solved this by adding new org.apache.tomcat.websocket.server.WsContextListener.contextInitialized(sce); at the beginning of contextInitialized() method in the Examples WsConfigListeners. Regards, Konstantin Preißer --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org