Index: ssts-web/src/main/webapp/disinfectsystem/websocket/websocketClient.jsp =================================================================== diff -u -r27974 -r28590 --- ssts-web/src/main/webapp/disinfectsystem/websocket/websocketClient.jsp (.../websocketClient.jsp) (revision 27974) +++ ssts-web/src/main/webapp/disinfectsystem/websocket/websocketClient.jsp (.../websocketClient.jsp) (revision 28590) @@ -11,7 +11,7 @@ String ipHostAndContext = request.getServerName() + ":" + request.getServerPort(); String contextPath = request.getContextPath(); if(contextPath != null && !contextPath.trim().equals("")){ - ipHostAndContext = ipHostAndContext + "/" + contextPath; + ipHostAndContext = ipHostAndContext + contextPath; } System.out.println(ipHostAndContext); %>