Re: Increasing incoming connection request in a queue

2014-08-06 Thread André Warnier
Dhaval Jaiswal wrote: David, Resources are enough. what happened in current configurations, When I will receive more than 200 connections. Will it keep on hold or it will give the blank page. Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2

Re: Increasing incoming connection request in a queue

2014-08-06 Thread Dhaval Jaiswal
Noted. I was uncertain henceforth raised it again. On Wed, Aug 6, 2014 at 8:06 PM, André Warnier a...@ice-sa.com wrote: Dhaval Jaiswal wrote: David, Resources are enough. what happened in current configurations, When I will receive more than 200 connections. Will it keep on hold or it

Re: Increasing incoming connection request in a queue

2014-08-05 Thread Dhaval Jaiswal
After reviewing your comments found that in below tags i have not defined the maxThreads limit in Connector Port 8080. While the same exists with the connector port 8009. Default limit of maxThreads is 200. LB is communicating with tomcat on port 8080. I think by increasing maxThreads limit will

Re: Increasing incoming connection request in a queue

2014-08-05 Thread David kerber
On 8/5/2014 8:49 AM, Dhaval Jaiswal wrote: After reviewing your comments found that in below tags i have not defined the maxThreads limit in Connector Port 8080. While the same exists with the connector port 8009. Default limit of maxThreads is 200. LB is communicating with tomcat on port 8080.

Re: Increasing incoming connection request in a queue

2014-08-05 Thread Dhaval Jaiswal
David, Resources are enough. what happened in current configurations, When I will receive more than 200 connections. Will it keep on hold or it will give the blank page. Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 / On Tue,

Re: Increasing incoming connection request in a queue

2014-08-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dhaval, On 8/5/14, 12:41 PM, Dhaval Jaiswal wrote: David, Resources are enough. what happened in current configurations, When I will receive more than 200 connections. Will it keep on hold or it will give the blank page. Connector

Re: Increasing incoming connection request in a queue

2014-08-04 Thread Dhaval Jaiswal
Ok. Required details are as below. current configuration. Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 / if you really have a problem now, or if you are just speculating without real facts. If you have a real problem, what is

Re: Increasing incoming connection request in a queue

2014-08-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dhaval, On 8/4/14, 1:56 PM, Dhaval Jaiswal wrote: Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 / You need to check the Tomcat configuration guide for the default settings that you are getting. It is also

Increasing incoming connection request in a queue

2014-08-03 Thread Dhaval Jaiswal
acceptCount variable: Following is the current configuration in server.xml I am using version. 6. Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 Resource name=jdbc/DB_NAME auth=Container type=javax.sql.DataSource

Re: Increasing incoming connection request in a queue

2014-08-03 Thread André Warnier
Hi. There are a number of problems with your post, which make it difficult to understand exactly what you want to know. Dhaval Jaiswal wrote: acceptCount variable: Following is the current configuration in server.xml I am using version. 6. Connector port=8080 protocol=HTTP/1.1