Based on what you wrote regarding WebSocket annotations not following Java inheritance, I imagine the below wouldn't work either.
public class MyServerEndpointConfig extends ServerEndpointConfig { @Override public Class<?> getEndpointClass() { return MyServiceInterface.class; } } --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org