On 24.11.2010 21:01, Konstantin Kolinko wrote:
2010/11/24 Christopher Schultz<ch...@christopherschultz.net>:
On 11/24/2010 6:31 AM, amitruwali wrote:
Please find below information:
Tomcat version: 7.0.2
JDK : Java 1.6
[Class is org.apache.jasper.util.Entry]
Class exists in the jar : jasper.jar
Path: /lib/jasper.jar
$ wget
'http://archive.apache.org/dist/tomcat/tomcat-7/v7.0.2-beta/bin/apache-tomcat-7.0.2.tar.gz'
$ tar xzf apache-tomcat-7.0.2.tar.gz
$ $ unzip -v apache-tomcat-7.0.2/lib/jasper.jar |grep "/Entry"
1501 Defl:N 592 61% 08-04-10 00:24 8d5f2d6a
org/apache/jasper/util/Entry.class
Yup, there it is.
I'm trying to track down what happened to it. My svn-fu is not very good.
http://svn.apache.org/viewvc?view=revision&revision=1028396
The whole JSP unloading functionality was refactored. As Konstantin
remarked, Entry is now an inner class. I do hope there's no leak and the
observed leak was due to a race condition I noticed in the original
code. It would be very helpful, if you could check using 7.0.5.
Note that in 7.0.5 as an add-on there is also
- an option to unload JSPs by idle time
- a way to track the JSP queue behaviour via JMX
Is your Tomcat running under high load? Anything special to the
JSPServlet configuration in conf/web.xml?
Regards,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org