I was experimenting with something similar.

Ensure you have a taglib entry in your web.xml file that asociate the URI (http://java.sun.com/jstl/core) with a tag library description file /WEB-INF/c.tld. This file should be there ;-) and referencing the classes that implements the tags. The entry in web.xml ensures that the compiler find the tld for the URI; and the tld ensures the compiler find the implementation for the tags.

I don't know if other versions of taglibraries don't need to have this file apart from the tag library jar. But it works this way. Ensure the jar and the c.tld are version 1.0.

Good luck!

PD: nobody needs to connect to java.sun.com. URI is only an indentification (I think it stands for unique resource identification), not a real location (URL).

At 16:10 24/05/2004 -0700, you wrote:
Hello,

I deleted inadvertenly deleted the message ..
Dhiru Pandey recommended that I change the URI to the JSTL 1.0 spec.

I did this, then redeployed.. unfortunately I'm still getting the same message
(with the updated URI):


[24/May/2004:16:01:11] SEVERE (10162): ApplicationDispatcher[/SampleApp]
Servlet.service() for servlet jsp threw exception
org.apache.jasper.compiler.CompileException: /jsp/SampleView.jsp(3,0) /jsp/fragments/stdstart.jspf(1,0)
This absolute uri (http://java.sun.com/jstl/core) cannot be resolved in
either web.xml or the jar files deployed with this application


One question -- does the app server actually need to make a connection to
http://java.sun.com?  (it cannot currently)

-d


On Monday 24 May 2004 3:22 pm, Darrell Esau wrote: > Hello all, > > Please excuse if this is a duplicate message -- > > I'm quite new to JSTL .. > I've been developing some JSP's using JSTL with NetBeans 3.6 (using the > internal Tomcat 5 server). > > I just tried deploying my app onto a Sun ONE App Server (version 7) and > found the following error: > > org.apache.jasper.compiler.CompileException: /jsp/SampleView.jsp(3,0) > /jsp/fragments/stdstart.jspf(1,0) 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. > > I then realized that my dev app server (tomcat5) is J2EE 1.4, where Sun ONE > App Server 7 is J2EE 1.3. > > How (if at all) can I use JSTL with Sun ONE App Server 7 (a J2EE 1.3 > container)? > > I tried adding the standard.jar and the jstl.jar JAR files to the > WEB-INF/lib directory, but still no go. > > Advice? > > Thanks, > d > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to