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 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 wi

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. Rather than keep asking the same question over and over again, should you not make an effort at

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. > > connec

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. On Tue, Aug 5, 2014 at 6:30 PM, David kerber wrote: > On 8/5/2014 8:49 AM, Dhaval Jaiswal wrote: > >> After reviewing y

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
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 h

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: > connectionTimeout="2" redirectPort="8443" /> You need to check the Tomcat configuration guide for the default settings that you are getting. It is also pretty clear which configuration attrib

Re: Increasing incoming connection request in a queue

2014-08-04 Thread Dhaval Jaiswal
Ok. Required details are as below. current configuration. >> if you really have a problem now, or if you are just speculating without real facts. If you have a real problem, what is it ? is your Tomcat really refusing browser connections ? if yes, does this happen all the time, or only at spe

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"

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"