Resin4.0部署项目问题
Web项目部署好后,服务器启动正常,进入项目主页时报错500 Servlet Exception
/index.jsp:2: Can't find taglib-location `/struts-tags'. The taglib-location
must match a tag library either:
1) by pointing to a .tld directly, relative to the application's root directory
2) specified in the web.xml
3) defined in a jar's .tld in META-INF
4) defined in a .tld in WEB-INF
5) predefined by Resin
`/struts-tags'的jar包都加了,求高手提供解决方法,非常感谢。