主题 : [attachment]5713[/attachment]在eclipse中修改了com包下面的java文件,重新运行没有生效是什么问题
级别: 秀才
UID: 40574
积分:63 加为好友
威望: 1 精华: 0
主题:5 回复:29
注册时间:2012-11-07
在线时长:0
1#   发表于:2012-11-30 17:25:15  IP:222.63.*.*
在eclipse中修改了com包下面的java文件,重新运行没有生效是什么问题
                     while (i < count && start != -1) {
start = uri.indexOf('/', start + 1);
i++;
}
start--;
//if (start <= 0) {
// throw new IllegalStateException(
// "admin access path not like '/jeeadmin/jspgou/...' pattern: "
// + uri);
//}
return uri.substring(start);

以上是修改的java源码,屏蔽了异常

访问地址还是出现那个异常报错

HTTP Status 500 - Request processing failed; nested exception is java.lang.IllegalStateException: admin access path not like '/jeeadmin/jspgou/...' pattern: /jeecms...........
级别: 状元
UID: 33380
积分:50625 加为好友
威望: 21 精华: 3
主题:88 回复:30687
注册时间:2012-05-07
在线时长:0
2#   发表于:2012-11-30 17:27:24  IP:220.15.*.*
你运行的还是你的缓存的静态页
功成由勤,业精于勤。
1 共1页