Re: troughput difference

2015-12-22 Thread Christopher Schultz
Rafael. On 12/21/15 1:48 PM, Rafael Oliveira de Mattos wrote: > We are using only the http connector. Here is the configuration: > > redirectPort="${port.https}" connectionTimeout="6" > useBodyEncodingForURI="true" maxThreads="1400" > acceptorThreadCount="4" acceptCount="300"

Re: Zero downtime deployments

2015-12-22 Thread Christopher Schultz
Jason, On 12/21/15 12:22 PM, Jason Britton wrote: > Following back up after perusing Chris' very helpful presentation ( > http://people.apache.org/~schultz/ApacheCon%20NA%202015/Load-balancing%20Tomcat%20with%20mod_jk.pdf) > on > load balancing tomcats with mod_jk. > > One part not mentioned was

Re: Tomcat Executor MBean

2015-12-22 Thread Christopher Schultz
Vicky, On 12/21/15 3:12 PM, Vicky wrote: > I am using an embedded version of Tomcat 7.0.42. Using java executor with > either of the connectors i.e. BIO/NIO. > > However while monitoring the server via JMX, I see the mbean attributes, > > currentThreadCount > > currentThreadsBusy > > always

Re: Zero downtime deployments

2015-12-22 Thread Jason Britton
On Tue, Dec 22, 2015 at 4:01 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Jason, > > On 12/21/15 12:22 PM, Jason Britton wrote: > > Following back up after perusing Chris' very helpful presentation ( > > >

handling tomcat failover - session transition to new node

2015-12-22 Thread Jason Britton
Questions on particulars of session fail over in my on going quest for zero downtime deployments - My current plan is to use JDBCStore for persisting to a database table shared by all tomcats powering apps. But this has brought up a couple concerns... If while a tomcat node is being shut down