I have application and I want to use jstl tag lib.
jstl tag lib
I have two jars JSTL.jar and standard.jar. I put both in my WEB-INF/lib>
JSTL.jar
standard.jar
WEB-INF/lib>
You don't need to configure taglibs in web.xml anymore. Plus you're defining different taglib urls (iirc the web.xml ones are correct).
Use the uris from your web.xml in the jsp and remove the web.xml taglib defs.