After cleaning up my webapp's libraries, and making sure it still runs
on resin 4.0 (it does), I deployed it again (to a Resin 3.2.1 server).
I get the following complaint:
[show] /index.jsp:5: 'base' is an unknown tag in tag library
'urn:jsptagdir:/WEB-INF/tags/'
.
3: <head>
4: <title>Satellite DB</title>
5: <lz:base/>
6: <link href="main.css" rel="stylesheet" type="text/css"/>
7: <style type="text/css">
com.caucho.jsp.JspLineParseException: /index.jsp:5: 'base' is an unknown
tag in tag library 'urn:jsptagdir:/WEB-INF/tags/'.
3: <head>
4: <title>Satellite DB</title>
5: <lz:base/>
6: <link href="main.css" rel="stylesheet" type="text/css"/>
7: <style type="text/css">
at com.caucho.jsp.java.JavaJspBuilder.error(JavaJspBuilder.java:504)
at
com.caucho.jsp.java.JavaJspBuilder.startElement(JavaJspBuilder.java:259)
Under 4.0, I see log errors also complaining about this tag, but the
tag always executes, and so I've come to ignore the complaint.
[06-23 16:09:05.682] {http--8080-7} FINE
(com.caucho.make.ClassDependency) java.lang.ClassNotFoundException:
_jsp._WEB_22dINF._tags._base__tag in
EnvironmentClassLoader[web-app:http://default/sat
]
[06-23 16:09:05.682] {http--8080-7} at
com.caucho.loader.DynamicClassLoader.loadClass(DynamicClassLoader.java:
1313)
[06-23 16:09:05.682] {http--8080-7} at
com.caucho.loader.DynamicClassLoader.loadClass(DynamicClassLoader.java:
1291)
But i wonder what's going on. My JSP pages refer to the tag with:
<%@ taglib prefix="lz" tagdir="/WEB-INF/tags/" %>
And as near as I can tell, that's the right way to do it.
Am I missing something?
TIA,
Rick
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest