The request.registerRequests="false" setting goes in the workers.properties file. I already have that an it's not helping with the memory leak. I plan to upgrade Tomcat to 5.0.28 and java to 1.4.2_11 Rossen
-----Original Message----- From: Rocio Alfonso Pita [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 3:40 AM To: Tomcat Users List Subject: Re: Tomcat Memory Leak El Jueves 25 Mayo 2006 07:44, Bill Barker escribió: > If you are using the AJP/1.3 Connector, then 5.0.19 has a very very > very very well known memory leak. You need to set > request.registerRequests="false" in this case. Either that, or upgrade :). hello, I have a similar problem, and similar structure aplication too (MVC). I use DAOs for data access and a Oracle database, jakarta-struts and JSP with JSTL tags for the view layer. I use some profilers, and I obtain similar results. I realized that the char[] and byte[] variables are config and validation struts files and jsp page too. I don't know in what configuration file I have to activate this property: request.registerRequests="false" , in jk.properties? server.xml? Is there another ajp version that I can use with ssl? I'm using jakarta-tomcat 50.19 too. The lastest version is 5.5, but I'm not sure that all memory leaks problems had been solved in it. What is your opinion for solved this problem? upgrade to 5.5 or upgrade to 5.0.28 or....? For your information, I use Suse Linux Enterprise Server 9 and I install tomcat rpms included in this distritution: $ rpm -qa | grep -i tomcat jakarta-tomcat-5.0.19-29.1 jakarta-tomcat-doc-5.0.19-29.1 apache2-jakarta-tomcat-connectors-5.0.19-29.1 jakarta-tomcat-examples-5.0.19-29.1 $ Thanks and regards, Rocío --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]