起步软件技术论坛-X3

 找回密码
 立即注册
搜索
查看: 162|回复: 9

服务器安装好后,客户端很久才出下载安装提示,或没反映

[复制链接]
发表于 2009-10-22 20:30:56 | 显示全部楼层 |阅读模式
如何解决?
回复

使用道具 举报

发表于 2009-10-23 09:24:25 | 显示全部楼层
那个版本?配置多ip了么?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-23 10:20:45 | 显示全部楼层
2936,一个IP,外边用VPN,通过映射一个IP
回复 支持 反对

使用道具 举报

发表于 2009-10-23 10:40:37 | 显示全部楼层
没有反应是什么状况?ie的左下角有错误提示么?都是外网使用的时候有这种情况么?
网络速度怎么样?ping 1024 的包速度是多少?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-23 11:06:27 | 显示全部楼层
服务器安装后,客户端第一次运行需安装下载,录入IP:端口后,等待时间很长,才提示下载信息(安装起步插件),这个提示时间,比以前我接触的项目出提示的时间多出数秒至少10秒以上,昨天客户反映,他们其它客户端安了VPN,VPN端下载更是惨不忍睹,目前VPN端没有下载成功的,因为这个是乌鲁木齐的客户,新疆外的网不通,联系不太方便,ie的左下角有错误提示么,我还不知道。
网络速度怎么样?ping 1024 的包速度是多少?
以上两项我没有测过,如果需要,我再和用户联系,
但能不能给我一个基本的推测,出现这种问题通常是哪方面的原因?网络还是软件本身?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-23 14:15:57 | 显示全部楼层
焦急等待中。。。
回复 支持 反对

使用道具 举报

发表于 2009-10-23 15:13:09 | 显示全部楼层
可以按照下面方法试试:
1.把地址加入到可信任站点
2.关闭服务器和客户端所有的安全软件和防火墙相关软件。

把服务端的config.justep.xml文件发过来看看吧
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-23 15:17:42 | 显示全部楼层
先传上config.justep.xml文件

config.justep.rar

1.04 KB, 下载次数: 44

回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-23 16:49:01 | 显示全部楼层
7楼的测试目前很难达到,新疆的网络不能,客户的操作水平有限

配置文件有问题,请反馈给我....
回复 支持 反对

使用道具 举报

发表于 2009-10-23 17:19:18 | 显示全部楼层
配置文件没有什么问题:
你在端口后面加上/x3/Business.jsp快么?

如果不快的话你修改一下tomcat/webapps/x3目录下面的Business.jsp(复制出来一份,比如叫Business1.jsp),然后修改Business1.jsp的内容为:
<%@ page contentType="text/html; charset=GBK" %>
<%@ page import="com.justep.loader.LibContext"%>
<%@ page import="java.lang.reflect.Method" %>
<%
Class pclass = LibContext.getInstance().getLoader().loadClass("com.justep.web.SysServerProvider");
Object pobj = pclass.newInstance();
Method getBXClassIDMethod = pclass.getMethod("getBXClassID",new Class[]{});
Method getBXCodeMethod = pclass.getMethod("getBXCodebase",new Class[]{});
Method getSysServerURLMethod = pclass.getMethod("getSysServerURL",new Class[]{});
Method getClientPathMethod = pclass.getMethod("getClientPath",new Class[]{});
Method getVersionMethod = pclass.getMethod("getVersion",new Class[]{});
Method getVersionKeyMethod = pclass.getMethod("getVersionKey",new Class[]{});
Method getVersionHashMethod = pclass.getMethod("getVersionHash",new Class[]{});

String classId = (String)getBXClassIDMethod.invoke(pobj,new Object[]{});
String codeBase = (String)getBXCodeMethod.invoke(pobj,new Object[]{});
String url = "http://" + request.getServerName() + ":" + Integer.toString(request.getServerPort()) +

"/x3/";
String clientPath = (String)getClientPathMethod.invoke(pobj,new Object[]{});
String version = (String)getVersionMethod.invoke(pobj,new Object[]{});
String versionKey = (String)getVersionKeyMethod.invoke(pobj,new Object[]{});
String versionHash = (String)getVersionHashMethod.invoke(pobj,new Object[]{});
String params = " -s" + url;
if (clientPath != null && !"".equals(clientPath))
  params = params + " -p" + clientPath;

if (version != null && !"".equals(version))
  params = params + " -vid" + version;

if (versionKey != null && !"".equals(versionKey))
  params = params + " -vk" + versionKey;

if (versionHash != null && !"".equals(versionHash))
  params = params + " -vh" + versionHash;
%>
<HTML>
<HEAD>
aaa
<title>X3 协同管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script src="Scripts/AC_ActiveX.js" type="text/javascript"></script>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</HEAD>
</HTML>

然后使用地址端口后面加:/x3/Business1.jsp
访问一下看看不加载ocx打开速度快么?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Justep Inc.

GMT+8, 2025-7-15 06:52 , Processed in 0.046759 second(s), 18 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表