URI for stripes.tld cannot be resolved
Here is a link to my war file. I've got my library files in WEB-INF/lib
and the one ActionBean in WEB-INF/classes/examples/actionbeans. My single
index.jsp page and web.xml file are both in WEB-INF.
Everytime I try to access the web app Tomcat 6.0 says that "The absolute
uri: http://stripes.sourcefourge.net/stripes.tld cannot be resolved in
either web.xml or the jar files" when the stripes.jar file is clearly
there in WEB-INF/lib folder. I've tried deleting the line containing<%@
taglib prefix="stripes" uri="http://stripes.sourceforge.net/stripes.tld"%>
and also changing it to a relative link to the stripes.jar file and it
still always throws the same error. I've looked up using in the web.xml
file but that's no longer required after Tomcat4.x.
Tomcat is referring to my war file via in the server.xml file.
What can I do to fix this?
No comments:
Post a Comment