Re: Got error when add webserver during load test.

2010-11-27 Thread Pid
On 27/11/2010 14:22, Suchada Pakapongpan wrote: > > Hi, > > In my projet has 3 webservers(Tomcat-httpd-integration:mod_proxy_ajp) with > LVS loadbalancer(less connection). > > In the first case: All 3 webservers start to serve http load with LVS, it's > ok no errors. > But in the case: one web

RE: Tomcat Jakarta 1.2.31 ISAPI Reconnector incorrectly sending Content body with HTTP 304 Status

2010-11-27 Thread Konstantin Preißer
> Not saying that there may not be a problem in the isap_redirector, but > in the answers above, I see a header > Server: Microsoft-IIS/6.0 > > Are you sure that it is not IIS which is sending back these responses ? > > Since you are talking about static pages and images, it may be that > thes

Re: [OT] Possible ThreadLocal memory leak in Apache Cocoon 2.1.11

2010-11-27 Thread Pid
On 27/11/2010 13:44, Christopher Schultz wrote: > Pid, > > On 11/27/2010 8:18 AM, Christopher Schultz wrote: >> Pid, > >> On 11/26/2010 4:54 PM, Pid wrote: >>> On 26/11/2010 21:36, Christopher Schultz wrote: All, I've just started using versions of Tomcat 6 that have the memory lea

RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-27 Thread Caldarale, Charles R
> From: Emerson, Christopher [mailto:cemer...@orangelake.com] > Subject: RE: Please help ... [MultiThreadedHttpConnectionManager cleanup] > Looking at the web.xml file used, could it have something to > do with this listener as you said earlier? Can't say - Tomcat is just the container here; yo

Re: Tomcat Jakarta 1.2.31 ISAPI Reconnector incorrectly sending Content body with HTTP 304 Status

2010-11-27 Thread André Warnier
Konstantin Preißer wrote: Good afternoon, This is the first time I ask a question here, so I hope I do it right. You seem to be on the right path, considering the next paragraph. I am using Tomcat 7.0.5 (with Tomcat Native 1.1.20 library) on Windows Server 2003 (32-Bit) with Java 1.6.0_22,

Tomcat Jakarta 1.2.31 ISAPI Reconnector incorrectly sending Content body with HTTP 304 Status

2010-11-27 Thread Konstantin Preißer
Good afternoon, This is the first time I ask a question here, so I hope I do it right. I am using Tomcat 7.0.5 (with Tomcat Native 1.1.20 library) on Windows Server 2003 (32-Bit) with Java 1.6.0_22, and I have configured IIS6.0 to use the Jakarta 1.2.31 ISAPI Redirector (with "enable_chunked_enco

RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-27 Thread Emerson, Christopher
Thanx Charles! Yes, I meant sevlet-api.jar, sorry. The webapp is written in Adobe Flex calling custom java apis. Looking at the web.xml file used, could it have something to do with this listener as you said earlier? http://java.sun.com/dtd/web-app_2_3.dtd";> BlazeDS BlazeDS Applica

Re: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-27 Thread André Warnier
Caldarale, Charles R wrote: From: Emerson, Christopher [mailto:cemer...@orangelake.com] Subject: RE: Please help ... [MultiThreadedHttpConnectionManager cleanup] If I have 100+ concurrent users, won't that effect the other users? Each webapp should have its own copy of the HTTP client, so no

RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-27 Thread Caldarale, Charles R
> From: Emerson, Christopher [mailto:cemer...@orangelake.com] > Subject: RE: Please help ... [MultiThreadedHttpConnectionManager cleanup] > If I have 100+ concurrent users, won't that effect the other users? Each webapp should have its own copy of the HTTP client, so no. > Is it possible that I

RE: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-27 Thread Emerson, Christopher
That scares me a little bit. If I have 100+ concurrent users, won't that effect the other users? I've gone through every blog, jira, axis2 documentation site in the past 4 weeks and I've tried writing the client many ways with no luck so I was pretty sure I am closing down the client the way I am

Re: Session replication with multicast

2010-11-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Guillaume, (Apologies for the top-post, but these are general comments) I don't know anything about Tomcat's clustering, but I do know that Tomcat 7 has had a few releases since 7.0.2. 7.0.5 was just recently tagged and might be released next week. Y

Re: Please help ... [MultiThreadedHttpConnectionManager cleanup]

2010-11-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, On 11/24/2010 9:47 AM, Pid wrote: > SEVERE: A web application appears to have started a thread named > [MultiThreadedHttpConnectionManager cleanup] but has failed to stop it. > This is very likely to create a memory leak. > > MultiThreadedHttp

Re: [OT] Possible ThreadLocal memory leak in Apache Cocoon 2.1.11

2010-11-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 11/27/2010 8:18 AM, Christopher Schultz wrote: > Pid, > > On 11/26/2010 4:54 PM, Pid wrote: >> On 26/11/2010 21:36, Christopher Schultz wrote: >>> All, >>> >>> I've just started using versions of Tomcat 6 that have the memory leak >>> prevent

Re: [OT] Possible ThreadLocal memory leak in Apache Cocoon 2.1.11

2010-11-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 11/26/2010 4:54 PM, Pid wrote: > On 26/11/2010 21:36, Christopher Schultz wrote: >> All, >> >> I've just started using versions of Tomcat 6 that have the memory leak >> prevention listener available and enabled in development, and I just saw >