RE: Max outbound requests setting in Tomcat 9.X

2021-09-21 Thread John.E.Gregg
Chandra,


> -Original Message-
> From: Gullapalli, Chandra Mouli 
> Sent: Tuesday, September 21, 2021 3:32 PM
> To: users@tomcat.apache.org
> Subject: Max outbound requests setting in Tomcat 9.X
> 
> Hi,
> 
> I know that we can set restrictions on the number of incoming requests to a
> Tomcat server. However if tomcat has to make an outbound http it has only
> max limit of 2 http outbound requests?
> Is there a way to increase the limit of max number of outbound requests
> from a tomcat server to an external url?
> 
> Ubuntu:18.04
> Tomcat: 9.X
> 
> 
> 
> Thank you
> Chandra

Tomcat has nothing to do without outbound connections.

Perhaps you're thinking of Apache HttpClient, which has a default of 2 
connections per route:

https://hc.apache.org/httpcomponents-client-4.5.x/current/tutorial/html/connmgmt.html



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Max outbound requests setting in Tomcat 9.X

2021-09-21 Thread Gullapalli, Chandra Mouli
Hi,

I know that we can set restrictions on the number of incoming requests to a 
Tomcat server. However if tomcat has to make an outbound http it has only max 
limit of 2 http outbound requests?
Is there a way to increase the limit of max number of outbound requests from a 
tomcat server to an external url?

Ubuntu:18.04
Tomcat: 9.X



Thank you
Chandra