Setting proper values for connections inside Connector

2006-11-22 Thread Vinicius Carvalho
Hello there! We have a tomcat server behind a apache server. We need to increase the maximum number of simultaneous connections. I know that this is done through server.xml, inside the connector configuration, but my question is, which one should I change 8080 or 8009 in order to accept more

RE: Setting proper values for connections inside Connector

2006-11-22 Thread Caldarale, Charles R
From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Subject: Setting proper values for connections inside Connector which one should I change 8080 or 8009 in order to accept more connections through apache? Assuming you're using the AJP connector to handle requests from httpd, you'd change

Re: Setting proper values for connections inside Connector

2006-11-22 Thread Vinicius Carvalho
no difference? Best regards On 11/22/06, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Subject: Setting proper values for connections inside Connector which one should I change 8080 or 8009 in order to accept more connections through apache? Assuming

RE: Setting proper values for connections inside Connector

2006-11-22 Thread Caldarale, Charles R
From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Subject: Re: Setting proper values for connections inside Connector Thanks Chuck. We are indeed using AJP, and in our worker.properties the port is set to 8009. Just a final question, would be a nice thing to do reduce the number of threads