掲示板

Liferay 6.2 GA5 Tomcat7 ConnectionTimeout

7年前 に Diego Cantone によって更新されました。

Liferay 6.2 GA5 Tomcat7 ConnectionTimeout

Junior Member 投稿: 42 参加年月日: 16/11/10 最新の投稿
Hi guys, i have a problem with the connectionTimeout value in the server.xml configuration file of Tomcat, i've set it as below, but the timeout remains always the default 60 second, instead of 120 seconds, anyone have a solution? Can liferay in some way override this parameter?
Thanks.
<!-- Define an AJP 1.3 Connector on port 8009 -->
    <connector URIEncoding="UTF-8" connectionTimeout="120000" port="6242" protocol="AJP/1.3" redirectPort="8443" />
thumbnail
7年前 に Olaf Kock によって更新されました。

RE: Liferay 6.2 GA5 Tomcat7 ConnectionTimeout

Liferay Legend 投稿: 6403 参加年月日: 08/09/23 最新の投稿
Diego Cantone:
Hi guys, i have a problem with the connectionTimeout value in the server.xml configuration file of Tomcat, i've set it as below, but the timeout remains always the default 60 second, instead of 120 seconds, anyone have a solution? Can liferay in some way override this parameter?
Thanks.
<!-- Define an AJP 1.3 Connector on port 8009 -->
    <connector URIEncoding="UTF-8" connectionTimeout="120000" port="6242" protocol="AJP/1.3" redirectPort="8443" />


Liferay doesn't, but you're configuring this on an AJP port, suggesting that there's an Apache httpd or similar in front of tomcat. That side, as well as the browsers, might also trigger the timeout.
7年前 に Diego Cantone によって更新されました。

RE: Liferay 6.2 GA5 Tomcat7 ConnectionTimeout (回答)

Junior Member 投稿: 42 参加年月日: 16/11/10 最新の投稿
Olaf Kock:
Diego Cantone:
Hi guys, i have a problem with the connectionTimeout value in the server.xml configuration file of Tomcat, i've set it as below, but the timeout remains always the default 60 second, instead of 120 seconds, anyone have a solution? Can liferay in some way override this parameter?
Thanks.
<!-- Define an AJP 1.3 Connector on port 8009 -->
    <connector URIEncoding="UTF-8" connectionTimeout="120000" port="6242" protocol="AJP/1.3" redirectPort="8443" />


Liferay doesn't, but you're configuring this on an AJP port, suggesting that there's an Apache httpd or similar in front of tomcat. That side, as well as the browsers, might also trigger the timeout.


Thank you Olaf. i solved the problem, it was Apache!