我用 struts1.3.8 和 spring2.5 开发了网络应用程序, 在 Webshere7 中部署了战争文件, 没有罐子。 我将罐子保存在共享的库中。 当我运行应用程序时, 它会扔出以下错误 。
com.ibm.ws.jsp.JspCoreException: JSPG0047E: Unable to locate tag library for uri http://struts.apache.org/tags-html
at com.ibm.ws.jsp.translator.visitor.tagfiledep.TagFileDependencyVisitor.visitCustomTagStart(TagFileDependencyVisitor.java:76)
at com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:366)
at com.ibm.ws.jsp.translator.visitor.JspVisitor.processChildren(JspVisitor.java:419) at
com.ibm.ws.jsp.translator.visitor.JspVisitor.processJspElement(JspVisitor.java:234)
at com.ibm.ws.jsp.translator.visitor.JspVisitor.visit(JspVisitor.java:216)
I googled and i came to know that in web.xml we have to do the configuration.
so what kind of configuration i have to do???
Any Idea???
Thanks in Advance.
Laxman Chowdary