Hmm, I'm also seeing what appears to be the re-compilation of my .jsp
on every request, as well as a couple other concerns (tools.jar
doesn't exist):
[06-23 16:24:36.565] {http--8080-5} FINE
(com.caucho.make.ClassDependency)
_jsp._WEB_22dINF._tags._lz._base__tag class digest is modified
(old=-4088317106370417708,new=-1)
[06-23 16:24:36.594] {http--8080-5} CONFIG
(com.caucho.java.JavaCompiler) Compiling _jsp/_WEB_22dINF/_jsp/
_missionList__jsp.java
[06-23 16:24:36.599] {Thread-33} FINE
(com.caucho.loader.JarListLoader) tools.jar does not exist (path=/
System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/
tools.jar)
[06-23 16:24:36.599] {Thread-33} FINE
(com.caucho.loader.JarListLoader) tools.jar does not exist (path=/
System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/lib/tools.jar)
[06-23 16:24:36.740] {Thread-33} FINE
(com.caucho.java.InternalCompiler)
[06-23 16:24:36.741] {http--8080-5} FINE
(com.caucho.java.JavaCompiler) merging .smap for _missionList__jsp.class
Is this a concern? I certainly don't want to be recompiling my page
each and every time it's requested.
TIA
On Jun 23, 2009, at 16:12:48, Rick Mann wrote:
> 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
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest