Re: Tomcat Memory Leak

2006-05-26 Thread Rocio Alfonso Pita
El Jueves 25 Mayo 2006 22:47, Wade Chandler escribió: > I'm sure it's a different case. If you would like to > ask a question it would be polite not to hijack > someone elses thread. Please create your own email to > the list with a specific subject and message/question. Sorry. I think i

Re: Tomcat Memory Leak

2006-05-25 Thread Rocio Alfonso Pita
El Jueves 25 Mayo 2006 18:51, Petkov, Rossen escribió: > 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 I have a development p

Re: Tomcat Memory Leak

2006-05-25 Thread Rocio Alfonso Pita
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