https://issues.apache.org/bugzilla/show_bug.cgi?id=54726
Bug ID: 54726 Summary: JAR file META-INF/services resources missing for WebSocket in latest tomcat-embed-core-8.0 snapshot artifact Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity: major Priority: P2 Component: Packaging Assignee: dev@tomcat.apache.org Reporter: nicho...@nicholaswilliams.net Classification: Unclassified In the latest tomcat-embed-core snapshot artifact [1] is missing META-INF/services resources for the WebSocket implementation. The following files are in the tomcat-websocket.jar in the standard Tomcat build: META-INF/services/javax.servlet.ServletContainerInitializer META-INF/services/javax.websocket.ContainerProvider META-INF/services/javax.websocket.server.ServerContainerProvider META-INF/services/javax.websocket.server.ServerEndpointConfig.Configurator But they do not appear in the embed artifact. As such, when the embedded Tomcat starts, it does not initialize the WebSocket container. [1] https://repository.apache.org/content/repositories/snapshots/org/apache/tomcat/embed/tomcat-embed-core/8.0-SNAPSHOT/ -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org