Liferay Portal 6.1 - User Guide
| Download PDF | Purchase Print Book |
Liferay fornisce un ricco bagaglio di risorse e conoscenze per aiutare la nostra Communità nell' usare e lavorare con la nostra tecnologia.
| Download PDF | Purchase Print Book |
Set the extensions that will be ignored for virtual hosts.
virtual.hosts.ignore.extensions=\
/c,\
.css,\
.gif,\
.image/company_logo,\
.ico,\
.js,\
.jpeg,\
.jsp,\
.png,\
/portal/layout,\
/portal/login,\
/portal/logout
Set the hosts that will be ignored for virtual hosts.
virtual.hosts.ignore.hosts=\
127.0.0.1,\
localhost
Set the paths that will be ignored for virtual hosts.
virtual.hosts.ignore.paths=\
/c,\
\
/c/portal/change_password,\
/c/portal/extend_session,\
/c/portal/extend_session_confirm,\
/c/portal/json_service,\
/c/portal/layout,\
/c/portal/login,\
/c/portal/logout,\
/c/portal/portlet_url,\
/c/portal/render_portlet,\
/c/portal/reverse_ajax,\
/c/portal/session_tree_js_click,\
/c/portal/status,\
/c/portal/update_layout,\
/c/portal/update_terms_of_use,\
/c/portal/upload_progress_poller,\
\
/c/layouts_admin/update_page
Specify the site name that will default to the company’s virtual host. If the specified site has a virtual host, then that will take precedence. If it does not, then it will use the company’s virtual host. This property is useful to remove /web/guest (or any other site) from the default URL. For example, if this property is not set, then the default URL may be http://localhost:8080/web/guest/home. If this property is set, then the default URL may be http://localhost:8080/home.
virtual.hosts.default.site.name=Guest