diff --git a/cim_for_mina/ichat-server/WebRoot/console/webclient/LoginDialog.jsp b/cim_for_mina/ichat-server/WebRoot/console/webclient/LoginDialog.jsp index e75d142..91987aa 100644 --- a/cim_for_mina/ichat-server/WebRoot/console/webclient/LoginDialog.jsp +++ b/cim_for_mina/ichat-server/WebRoot/console/webclient/LoginDialog.jsp @@ -1,4 +1,10 @@ <%@ page language="java" pageEncoding="utf-8"%> + <% + String lbasePath = request.getScheme() + "://" + + request.getServerName() + ":" + request.getServerPort() + + request.getContextPath(); + + %>