Re: Tuning session replication on clusters

2012-09-07 Thread llowder
Shanti Suresh wrote on 09/07/2012 12:37:34 PM: > From: Shanti Suresh > To: Tomcat Users List > Date: 09/07/2012 12:44 PM > Subject: Re: Tuning session replication on clusters > > Hi Kyle, > > Great testing, btw. > > So when you say "x5", did you change the settings as follows: > rxBufAize="1259

Tuning session replication on clusters

2012-09-05 Thread llowder
I have a small cluster of 3 nodes running tomcat 6.0.24 with openJDK 1.6.0_20 on Ubuntu 10.04 LTS. I have roughly 5,000-6,000 sessions at any given time, and when I restart one of the nodes I am finding that not all sessions are getting replicated , even when I have the state transfer timeout se

Re: Questions about walking the class path

2012-08-15 Thread llowder
Mark Thomas wrote on 08/15/2012 03:48:04 PM: > >> On 15/08/2012 21:13, llow...@oreillyauto.com wrote: > >>> The understanding of the actual developer was that the jars would > > already > >>> be loaded by the JVM and shouldn't need to be re-opened. > >> > >> That understanding is no longer correc

Re: Questions about walking the class path

2012-08-15 Thread llowder
Mark Thomas wrote on 08/15/2012 03:22:07 PM: > From: Mark Thomas > To: Tomcat Users List > Date: 08/15/2012 03:29 PM > Subject: Re: Questions about walking the class path > > On 15/08/2012 21:13, llow...@oreillyauto.com wrote: > > The understanding of the actual developer was that the jars woul

Questions about walking the class path

2012-08-15 Thread llowder
All, I've ran into a bug with a 3rd party app I use to monitor my tomcat server. What is happening is that when I go to the log tab to view a list of available logs the open file handlers spike, hitting ulimit on my production and test servers, which causes breakage. The app in question uses th

Re: Best practice for redeployments

2012-07-31 Thread llowder
Pid, My apologies, I did not realize that I was hijacking. With how my mail client works I had thought I was starting a new thread. Lee Lowder From: Pid To: Tomcat Users List Date: 07/31/2012 07:20 AM Subject:Re: Best practice for redeployments On 30/07/2012 22:57, llow..

Best practice for redeployments

2012-07-30 Thread llowder
All, I have 70-80 apps that are spread out across 3 different clusters (based on usage, availability needs etc) Currently, each night we wipe out the wars and then redeploy them with fresh copies from the end points of our promotion paths (one for test and one for prod). What's the general cons

Re: Tomcat6 thread pool questions

2012-04-04 Thread llowder
Forgive me if my first message was unclear. I have an executor and an AJP connector set up. When I watch it with psi-Probe, I can see that it is indeed killing idle threads as I expect it to. What I am not seeing is the minSpareThreads attribute being honored as I expect it to, though it ma

Tomcat6 thread pool questions

2012-04-04 Thread llowder
Greetings, I was wondering if someone could help me understand how the threadpools are handled in tomcat6. I know that a lot of the functionality was moved to executors. I set one up and using psi-Probe I could see that it was indeed killing off threads as I expected. However, the minSpareThread