Liferay Portal 6.1 - User Guide
| Download PDF | Purchase Print Book |
Liferayは、コミュニティにてテクノロジーをより良く使うために役立つ豊富なリソースと知識を提供しています。
| Download PDF | Purchase Print Book |
Set the HTTP and HTTPs ports when running the portal in a J2EE server that is sitting behind another web server like Apache. Set the values to -1 if the portal is not running behind another web server like Apache.
web.server.http.port=-1
web.server.https.port=-1
Set the hostname that will be used when the portlet generates URLs. Leaving this blank will mean the host is derived from the servlet container.
web.server.host=
Set the preferred protocol.
Example:
web.server.protocol=https
Set this to true to display the server name at the bottom of every page. This is useful when testing clustering configurations so that you can know which node you are accessing.
web.server.display.node=false
Set this to true to enable support for legacy proxy servers (Apache 1.x).
web.server.proxy.legacy.mode=false