Documentation
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
HTTP
See system.properties for more HTTP settings.
Set the maximum number of connections per host.
Examples:
com.liferay.portal.util.HttpImpl.max.connections.per.host=2
com.liferay.portal.util.HttpImpl.max.connections.per.host[rss.news.yahoo.com]=2
Set the maximum number of connections.
Example:
com.liferay.portal.util.HttpImpl.max.total.connections=20
Set the proxy authentication type.
Examples:
com.liferay.portal.util.HttpImpl.proxy.auth.type=username-password
com.liferay.portal.util.HttpImpl.proxy.auth.type=ntlm
Set user name and password used for HTTP proxy authentication.
Examples:
com.liferay.portal.util.HttpImpl.proxy.username=
com.liferay.portal.util.HttpImpl.proxy.password=
Set additional properties for NTLM authentication.
Examples:
com.liferay.portal.util.HttpImpl.proxy.ntlm.domain=
com.liferay.portal.util.HttpImpl.proxy.ntlm.host=
Set the connection timeout when fetching HTTP content.
Examples:
com.liferay.portal.util.HttpImpl.timeout=10000
com.liferay.portal.util.HttpImpl.timeout[rss.news.yahoo.com]=10000