当前位置: 代码迷 >> Web前端 >> 晋级2
  详细解决方案

晋级2

热度:92   发布时间:2012-09-04 14:19:30.0
升级2
信息: TLD skipped. URI: http://www.wabacus.com/taglib is already defined
解析路径:classpath:/reportconfig失败,必须为classpath{path}/relative{path}/abso
lute{path}三者之一格式,表示路径类型
1 楼 349446658 2012-01-03  
classpath:path是老的指定配置文件路径的方式。升级后改为如下三种的一种:
classpath{path}/relative{path}/abso
lute{path}
分别表示从classpath、相对web根路径、绝对路径中加载配置文件。
  相关解决方案