This is the tomcat5 SAR in JBoss.
It's been working fine in the tomcat5 stand-alone. Now in JBoss, it complains. How does tomcat know where to find the tlds normally? Obviously something in its JBoss configuration has upset it.
Adam
On 02/24/2004 01:49 PM Kris Schneider wrote:
Remove the JAR files from any place other than WEB-INF/lib (e.g. "the JBoss lib directory"). The URI in the error message (http://java.sun.com/jsp/jstl/fmt) is for JSTL 1.1. Are you using a version of JB with JSP 2.0 support? If not, you need to use JSTL 1.0. In which case the URI would be http://java.sun.com/jstl/fmt.
Quoting Adam Hardy <[EMAIL PROTECTED]>:
I have my taglib declarations with http://java.sun.com/jsp/jstl/fmt etc for JSTL. I implemented this when I was using tomcat 4 and at that time I got rid of any references in my web.xml to taglib-uris.
I put standard.jar and jstl.jar where the tld files are into my .war file.
This also worked fine when I upgraded to tomcat 5 / jsp 2.
Now though I am trying to get my app running under the tomcat plug-in in jboss. I get the Jasper exception when I try to view the page:
The absolute uri: http://java.sun.com/jsp/jstl/fmt cannot be resolved in either web.xml or the jar files deployed with this application
that is despite the fact that I have the jars both in the webapp WAR and in the JBoss lib directory.
Do I really have to extract the tld files and enter their location in web.xml or the tld directive?
Thanks Adam -- struts 1.1 + tomcat 5.0.16 + java 1.4.2 Linux 2.4.20 Debian
-- struts 1.1 + tomcat 5.0.16 + java 1.4.2 Linux 2.4.20 Debian
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
