########### you can hide Openid, Create Account,Forgot Password links by setting below properties in portal-ext.propeties. ###########
##
## Company
##
company.security.send.password=false
company.security.login.form.autocomplete=false
company.security.send.password.reset.link=false
company.security.strangers=false
company.security.strangers.verify=false
##
## OpenID
##
open.id.auth.enabled=false
Set below property to false in portal-ext.properties file if your liferay application server has concurrency issues with deploying large WARs.
auto.deploy.unpack.war=false
########### You can hide Liferay Version by adding below property in portal-ext.properties file ###########
# to hide Liferay Version
http.header.version.verbosity=partial
## Steps to Change Liferay Context path:
## Step 1: go to {liferay.home}\conf\Catalina\localhost\ROOT.xml
## Rename ROOT.xml to required name. Eg. if you want context as portal then you have to rename ROOT.xml as portal.xml
## Step 2: open portal.xml edit as below.
##
## Step 3: Add following property in portal-ext.properties
## portal.ctx=/portal
## Done, restart your server. then access your server using : localhost:8080/portal
P.S. some properties are compiled by gather from online resources
##
## Company
##
company.security.send.password=false
company.security.login.form.autocomplete=false
company.security.send.password.reset.link=false
company.security.strangers=false
company.security.strangers.verify=false
##
## OpenID
##
open.id.auth.enabled=false
Set below property to false in portal-ext.properties file if your liferay application server has concurrency issues with deploying large WARs.
auto.deploy.unpack.war=false
########### You can hide Liferay Version by adding below property in portal-ext.properties file ###########
# to hide Liferay Version
http.header.version.verbosity=partial
## Steps to Change Liferay Context path:
## Step 1: go to {liferay.home}\conf\Catalina\localhost\ROOT.xml
## Rename ROOT.xml to required name. Eg. if you want context as portal then you have to rename ROOT.xml as portal.xml
## Step 2: open portal.xml edit as below.
##
## Step 3: Add following property in portal-ext.properties
## portal.ctx=/portal
## Done, restart your server. then access your server using : localhost:8080/portal
P.S. some properties are compiled by gather from online resources