Tomcat Executor MBean

2015-12-21 Thread Vicky
Hi, 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 showing the value "-1". The only one that shows the

Re: troughput difference

2015-12-21 Thread Rafael Oliveira de Mattos
Christopher, We are using only the http connector. Here is the configuration: The server has 8 cores. -Rafael - Mensagem original - De: "Christopher Schultz" Para: "Tomcat Users List" Enviadas: Segunda-feira, 21 de dezembro

Re: troughput difference

2015-12-21 Thread Christopher Schultz
Rafael, On 12/17/15 3:09 PM, Rafael Oliveira de Mattos wrote: > I'm having different results in Tomcat performance using version 6.0.37 and > 8.0.23. > > Using tomcat 6 we usually have > 5000 ~ rpm with a response time of 80ms > > Using tomcat 8 the max that we can get is > 2000 ~ rpm with

Re: Zero downtime deployments

2015-12-21 Thread Jason Britton
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 session fail over. Which my current plan is to use JDBCStore