|
发表于 2014-11-10 16:44:35
|
显示全部楼层
2014-11-06 09:49:58 [http-8080-107] [com.justep.doc.httpconnector.HttpConnector] DEBUG: 认证服务认证失败,和认证服务通信后获得的认证消息是:<?xml version="1.0" encoding="UTF-8"?>
<root><flag>false</flag><message>服务器连接超时, 切换到登录页面</message><code>JUSTEP150000</code><reason>长时间未操作,导致会话过期; 服务器重启后,导致会话被关闭 </reason><stack></stack><data></data><messages>[]</messages></root>
把runtime\DocServer\WEB-INF\justep.xml中配置的
<authentication-server>http://localhost:8080/BusinessServer</authentication-server>
的地址改为BusinessServer的IP和端口 |
|