Commit a63f2577 by HanDongdong

change web.xml for develop of sso login.

parent 4dbc564e
Showing with 2 additions and 3 deletions
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
<init-param> <init-param>
<!-- 认证系统服务 http://passport.com:8080/passport/ticket --> <!-- 认证系统服务 http://passport.com:8080/passport/ticket -->
<param-name>SSOService</param-name> <param-name>SSOService</param-name>
<param-value></param-value> <param-value>http://127.0.0.1:8080/sso/ticket</param-value>
</init-param> </init-param>
<init-param> <init-param>
<!-- 认证系统ticket名称 --> <!-- 认证系统ticket名称 -->
...@@ -99,4 +99,4 @@ ...@@ -99,4 +99,4 @@
<welcome-file>default.htm</welcome-file> <welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file> <welcome-file>default.jsp</welcome-file>
</welcome-file-list> </welcome-file-list>
</web-app> </web-app>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment