Improve Jetty integration in order to support consistent HTTP sessions.
[lgpl/argeo-commons.git] / org.argeo.cms.ee / src / org / argeo / cms / websocket / server / PingEndpoint.java
index 5ae491acfe15227b4337afe66f0a883c021582ea..dcbce67b17f96bf754061e15e13592e05b1bf7a7 100644 (file)
@@ -7,7 +7,7 @@ import javax.websocket.server.ServerEndpoint;
 
 import org.argeo.api.cms.CmsLog;
 
-@ServerEndpoint(value = "/ping", configurator = PublicWebSocketConfigurator.class)
+@ServerEndpoint(value = "/cms/status/ping", configurator = PublicWebSocketConfigurator.class)
 public class PingEndpoint {
        private final static CmsLog log = CmsLog.getLog(PingEndpoint.class);