Hi everyone, 

I'm having a problem with a JSP page that uses JSTL tags on JBoss 3.2.1 (Tomcat 
4.1.24). The error I'm getting is:
anonymous wrote : org.apache.jasper.JasperException: This absolute uri 
http://java.sun.com/jsp/jstl/core) cannot be resolved in either web.xml or the 
jar files deployed with this application

which is generated by the following taglib reference in my jsp:
anonymous wrote : <[EMAIL PROTECTED] uri="http://java.sun.com/jsp/jstl/core"; 
prefix="c"%>

This does not happen when the application is running under Tomcat 5.1.12. 

The two JSTL jar files (standard.jar and jstl.jar) are in WEB_INF/lib and 
standard.jar contains the tld file with uri = http://java.sun.com/jsp/jstl/core 
(c.tld).

I've also tried http://java.sun.com/jstl/core and http://java.sun.com/jstl/core 
as uri's which point to v1.2 of c.tld (the first url points to the v2.0 file) 
but the same thing happens.

Does anyone know what might be happening here?

Any help much appreciated.

Thanks,
Steve

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953878#3953878

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953878

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to