Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jfV5portal
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
管理员
jfV5portal
Commits
63d633c3
Commit
63d633c3
authored
Jul 11, 2018
by
周添尉
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
parents
78ca6e47
4bc6e2de
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
13 deletions
+15
-13
applicationContext-business.xml
...ent/WEB-INF/conf/gaowj/bl/applicationContext-business.xml
+7
-7
web.xml
WebContent/WEB-INF/web.xml
+2
-2
logoutcas.jsp
WebContent/logoutcas.jsp
+5
-3
sampleLogin.jsp.bak
WebContent/system/pages/login/sampleLogin.jsp.bak
+1
-1
No files found.
WebContent/WEB-INF/conf/gaowj/bl/applicationContext-business.xml
View file @
63d633c3
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<!-- 增加数据源dataSource-system -->
<!-- 增加数据源dataSource-system -->
<bean
id=
"dataSource-system"
class=
"com.alibaba.druid.pool.DruidDataSource"
init-method=
"init"
destroy-method=
"close"
>
<bean
id=
"dataSource-system"
class=
"com.alibaba.druid.pool.DruidDataSource"
init-method=
"init"
destroy-method=
"close"
>
<!-- 基本属性 url、user、password -->
<!-- 基本属性 url、user、password -->
<property
name=
"url"
value=
"jdbc:mysql://192.168.1.
116
:3306/portal_system?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false"
/>
<property
name=
"url"
value=
"jdbc:mysql://192.168.1.
249
:3306/portal_system?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false"
/>
<property
name=
"username"
value=
"portal_system"
/>
<property
name=
"username"
value=
"portal_system"
/>
<property
name=
"password"
value=
"portal_system"
/>
<property
name=
"password"
value=
"portal_system"
/>
<property
name=
"driverClassName"
value=
"com.mysql.jdbc.Driver"
/>
<property
name=
"driverClassName"
value=
"com.mysql.jdbc.Driver"
/>
...
@@ -57,9 +57,9 @@
...
@@ -57,9 +57,9 @@
<!-- 增加数据源dataSource-standard -->
<!-- 增加数据源dataSource-standard -->
<bean
id=
"dataSource-standard"
class=
"com.alibaba.druid.pool.DruidDataSource"
init-method=
"init"
destroy-method=
"close"
>
<bean
id=
"dataSource-standard"
class=
"com.alibaba.druid.pool.DruidDataSource"
init-method=
"init"
destroy-method=
"close"
>
<!-- 基本属性 url、user、password -->
<!-- 基本属性 url、user、password -->
<property
name=
"url"
value=
"jdbc:mysql://192.168.1.
116:3306/jw
_standard?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false"
/>
<property
name=
"url"
value=
"jdbc:mysql://192.168.1.
249:3306/jf
_standard?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false"
/>
<property
name=
"username"
value=
"j
w
_standard"
/>
<property
name=
"username"
value=
"j
f
_standard"
/>
<property
name=
"password"
value=
"j
w
_standard"
/>
<property
name=
"password"
value=
"j
f
_standard"
/>
<property
name=
"driverClassName"
value=
"com.mysql.jdbc.Driver"
/>
<property
name=
"driverClassName"
value=
"com.mysql.jdbc.Driver"
/>
<!-- 配置初始化大小、最小、最大 -->
<!-- 配置初始化大小、最小、最大 -->
...
@@ -92,9 +92,9 @@
...
@@ -92,9 +92,9 @@
<!-- 增加数据源dataSource-business -->
<!-- 增加数据源dataSource-business -->
<bean
id=
"dataSource-business"
class=
"com.alibaba.druid.pool.DruidDataSource"
init-method=
"init"
destroy-method=
"close"
>
<bean
id=
"dataSource-business"
class=
"com.alibaba.druid.pool.DruidDataSource"
init-method=
"init"
destroy-method=
"close"
>
<!-- 基本属性 url、user、password -->
<!-- 基本属性 url、user、password -->
<property
name=
"url"
value=
"jdbc:mysql://192.168.1.
116:3306/jw
_apps?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false"
/>
<property
name=
"url"
value=
"jdbc:mysql://192.168.1.
249:3306/jf
_apps?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false"
/>
<property
name=
"username"
value=
"j
w
_apps"
/>
<property
name=
"username"
value=
"j
f
_apps"
/>
<property
name=
"password"
value=
"j
w
_apps"
/>
<property
name=
"password"
value=
"j
f
_apps"
/>
<property
name=
"driverClassName"
value=
"com.mysql.jdbc.Driver"
/>
<property
name=
"driverClassName"
value=
"com.mysql.jdbc.Driver"
/>
<!-- 配置初始化大小、最小、最大 -->
<!-- 配置初始化大小、最小、最大 -->
...
...
WebContent/WEB-INF/web.xml
View file @
63d633c3
...
@@ -69,7 +69,7 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j
...
@@ -69,7 +69,7 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j
<filter-class>
org.jasig.cas.client.authentication.AuthenticationFilter
</filter-class>
<filter-class>
org.jasig.cas.client.authentication.AuthenticationFilter
</filter-class>
<init-param>
<init-param>
<param-name>
casServerLoginUrl
</param-name>
<param-name>
casServerLoginUrl
</param-name>
<param-value>
http://cas.jfbrother.com:9003/cas-
test01
/login
</param-value>
<!-- cas 服务器登录 地址 http://IP:PORT/CasWebProName/login -->
<param-value>
http://cas.jfbrother.com:9003/cas-
jfsso
/login
</param-value>
<!-- cas 服务器登录 地址 http://IP:PORT/CasWebProName/login -->
</init-param>
</init-param>
<init-param>
<init-param>
<!-- 这里的server是服务端的IP -->
<!-- 这里的server是服务端的IP -->
...
@@ -89,7 +89,7 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j
...
@@ -89,7 +89,7 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j
<filter-class>
org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter
</filter-class>
<filter-class>
org.jasig.cas.client.validation.Cas20ProxyReceivingTicketValidationFilter
</filter-class>
<init-param>
<init-param>
<param-name>
casServerUrlPrefix
</param-name>
<param-name>
casServerUrlPrefix
</param-name>
<param-value>
http://cas.jfbrother.com:9003/cas-
test01
</param-value>
<!-- cas 服务器地址 http://IP:PORT/CasWebProName -->
<param-value>
http://cas.jfbrother.com:9003/cas-
jfsso
</param-value>
<!-- cas 服务器地址 http://IP:PORT/CasWebProName -->
</init-param>
</init-param>
<init-param>
<init-param>
<param-name>
serverName
</param-name>
<param-name>
serverName
</param-name>
...
...
WebContent/logoutcas.jsp
View file @
63d633c3
<
%@
page
contentType=
"text/html; charset=UTF-8"
%
>
<
%@
page
contentType=
"text/html; charset=UTF-8"
%
>
<
%
<
%
System
.
out
.
println
("单点退出...........");
System
.
out
.
println
("单点退出
中
...........");
session
.
invalidate
();
//
session
.
invalidate
();
%
>
%
>
<html>
<html>
<head>
<head>
<title>
系统正在退出登录,请稍候...
</title>
<title>
系统正在退出登录,请稍候...
</title>
</head>
</head>
<body>
<body>
<iframe
src=
"http://portal.jfbrother.com:9003/jfV5portal/logout"
style=
"display: none"
></iframe>
<iframe
src=
"http://base.portal.jfbrother.com:9003/jfV4platform/logout"
style=
"display: none"
></iframe>
<iframe
src=
"http://base.portal.jfbrother.com:9003/jfV4platform/logout"
style=
"display: none"
></iframe>
<iframe
src=
"http://bi.jfbrother.com:9003/fastBI/logout"
style=
"display: none"
></iframe>
<iframe
src=
"http://bi.jfbrother.com:9003/fastBI/logout"
style=
"display: none"
></iframe>
<iframe
src=
"http://pc.jfbrother.com:9003/jfV5pc/logout"
style=
"display: none"
></iframe>
<iframe
src=
"http://pc.jfbrother.com:9003/jfV5pc/logout"
style=
"display: none"
></iframe>
<iframe
src=
"http://fwqjk.jfbrother.com:9003/jfV5fwqjk/logout"
style=
"display: none"
></iframe>
<iframe
src=
"http://fwqjk.jfbrother.com:9003/jfV5fwqjk/logout"
style=
"display: none"
></iframe>
<iframe
src=
"http://report.jfbrother.com:9003/jfV5report/logout"
style=
"display: none"
></iframe>
</body>
</body>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
function
getUrl
()
{
function
getUrl
()
{
...
@@ -20,7 +22,7 @@
...
@@ -20,7 +22,7 @@
return
hostname
;
return
hostname
;
}
}
//登录中心url
//登录中心url
var
loginCenter
=
"http://cas.jfbrother.com:9003/cas-
test01
"
;
var
loginCenter
=
"http://cas.jfbrother.com:9003/cas-
jfsso
"
;
var
loginUrl
=
loginCenter
+
"/login?service="
+
getUrl
();
var
loginUrl
=
loginCenter
+
"/login?service="
+
getUrl
();
//alert("开始登出:"+loginUrl);
//alert("开始登出:"+loginUrl);
...
...
WebContent/system/pages/login/sampleLogin.jsp.bak
View file @
63d633c3
...
@@ -416,7 +416,7 @@ label {
...
@@ -416,7 +416,7 @@ label {
<div
class=
"footer_logo"
></div>
<div
class=
"footer_logo"
></div>
<div
class=
"footer_company_info"
>
<div
class=
"footer_company_info"
>
<h1>
杰夫V5微应用服务平台
</h1>
<h1>
杰夫V5微应用服务平台
</h1>
<p>
Powered By © 2014-
<
%=
jt
.
now_year
()
%
>
Jinwang
.com.cn
</p>
<p>
Powered By © 2014-
<
%=
jt
.
now_year
()
%
>
jfbrother
.com.cn
</p>
</div>
</div>
<div
class=
"footer_links"
>
<div
class=
"footer_links"
>
<!-- <h1> -->
<!-- <h1> -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment