Re: [Resin-interest] Recompilation of jsp on every request for the same page

2009-04-01 Thread Rick Mann
Here's some more information. This recompile happens when my .jsp includes one of my .tag files is referenced. Resin always complains that it couldn't find the class for the tag, and that the digest is old, but I don't see a javac line for the tag, only one for test.jsp. This happens *every

[Resin-interest] Whence cometh web-jsptaglibrary_1_1.dtd?

2009-04-01 Thread Rick Mann
I'm seeing this error in the logs when resin 3.2.1 is first started and a .jsp is fetched. [19:36:57.249] FINER com.caucho.xml.AbstractParser com.caucho.xml.RemoteURLException: URL `http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd' was not opened because it is a remote URL. Any URL

[Resin-interest] Tag library issues

2009-04-01 Thread Rick Mann
In trying to diagnose performance issues, I noticed some issues with my use of custom JSP tags. I have a set of tags defined in JSPs in WEB-INF/tags. I reference them in my JSP with <%@ taglib prefix="lz" tagdir="/WEB-INF/tags"%> But I see this in the logs: [04-01 16:43:35.113] {http--80-0}

Re: [Resin-interest] Recompilation of jsp on every request for the same page

2009-04-01 Thread Rick Mann
I think I'm seeing the same thing. I made a small test.jsp to load, and its class files (in the work dir) update every request. Here is the relevant log info. The complaint about the remote URI "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd " repeats 10 times, then there's a bit mor

Re: [Resin-interest] Recompilation of jsp on every request for the same page

2009-04-01 Thread Rick Mann
I'm seeing this recompiling on every request, too. Are we sure it's a 3.2.1 bug? I sure hope not :-( On Apr 1, 2009, at 01:16:19, Prasad Chaudhari wrote: > We have rolled back to Resin 3.1.8 and recompilation on every > request does not happen. So this bug could be related to 3.2.x > versi

[Resin-interest] Debugging 404 errors

2009-04-01 Thread Rick Mann
I just can't seem to get a handle on my resin installations. All sorts of wacky problems that differ by which machine I have installed. At this point, I have two installations, one on Nexenta OS (OpenSolaris) and one on Mac OS X. Resin 3.2.1 I have the resin-admin app configured like this:

Re: [Resin-interest] Perf Issues

2009-04-01 Thread Ronan Lucio
Scott, Scott Ferguson escreveu: It depends on the caching in your system. What do the next few entries show? The difficulty with char[] and byte[] by themselves is that they're generally held by other objects like String or a cache. If you have a big cache, then that size could be perfectl

Re: [Resin-interest] Perf Issues

2009-04-01 Thread Scott Ferguson
On Apr 1, 2009, at 10:07 AM, Ronan Lucio wrote: Scott, Scott Ferguson escreveu: The /resin-admin has a heap dump which will give you a general idea of what's taking the memory (you will need to add a -agentlib:resin to enable it. That heap information is very important because it will ve

Re: [Resin-interest] Perf Issues

2009-04-01 Thread Ronan Lucio
Scott, Scott Ferguson escreveu: The /resin-admin has a heap dump which will give you a general idea of what's taking the memory (you will need to add a -agentlib:resin to enable it. That heap information is very important because it will very quickly let you focus on the real issue. Othe

Re: [Resin-interest] Recompilation of jsp on every request for the same page

2009-04-01 Thread Prasad Chaudhari
We have rolled back to Resin 3.1.8 and recompilation on every request does not happen. So this bug could be related to 3.2.x versions. Regards Prasad --- Prasad Chaudhari schrieb am Di, 31.3.2009: Von: Prasad Chaudhari Betreff: Re: [Resin-interest] Recompilation of jsp on every request for