Carlo Giannelli wrote:
> 
> Dear All,
> 
> I've got a servlet connecting via socket to another external server.
> When there are too many outgoing sockets,
> the connect() method throws a timeout exception.
> 
> Tomcat version is 5.5.27, the OS is Windows Server 2003, and the JDK
> version is 1.5.0_16.
> 
> I've already raised the operating system parameters, e.g.,
> TcpNumConnections, but without any success.
> Note that Server 2003 hasn't any limit in the concurrent TCP connection
> attempts (a frequent issue on Windows XP/Vista).
> Furthermore, I've raised even the length of the queue related to the
> accept() method on the external server.
> 
> Is there any limit related to Tomcat itself?

There are no Tomcat enforced limits on outgoing connections made by web
applications.

Mark



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to