Loading .tld files from global classpath

使用struts自带标签时比如struts-html,页面编译不成功,总是报:Loading .tld files from global classpath,哪位老大给指点一下。


把相应的tld文件放在你的应用程序的WEB-INF下,然后在web.xml(tomcat)文件里注册一下就可以了。



resin: Loading .tld files from global classpath  

2009-02-14 10:42:52|  分类: Java|举报|字号 订阅

用resin3.0.21发布项目的时候总是提示:
[10:38:37.234] {http--8083-0} Loading .tld files from global classpath



对比看看,也许问题出在这
$RESIN_PATH/lib 
$TOMCAT_PATh/common/lib


找到问题了,我用了apache对jstl的实现,而resin自己实现了jstl
因此需要把resin的jstl实现给禁用调。修改了resin的配置
$RESIN_PATH/lib 
$TOMCAT_PATh/common/lib

对比看看,也许问题出在这

你可能感兴趣的:(resin)