I think it should be possible as I see the provision in portal.properties to include company specific properties, though I have never tried id. Check out the following property. It says first you have to set company-id-properties system property to true, then you can have portal-companyId.properties
1 #
2 # Each portal instance can have its own overriden property file following
3 # the convention portal-companyWebId.properties. To enable this feature, set
4 # the "company-id-properties" system property to true.
5 #
6 # To enable:
7 #
8 # java ... -Dcompany-id-properties=true
9 #
10 # The read order will now be: portal.properties, then portal-ext.properties,
11 # and then portal-liferay.com.properties.
12 #
13 # Note that not all properties can have different values per company. This
14 # functionality is only available for legacy reasons. The preferred way to
15 # configure a portal instance is through the Control Panel.
16 #
17 include-and-override=portal-${easyconf:companyId}.properties
18 include-and-override=${liferay.home}/portal-${easyconf:companyId}.properties
Regards,
Sandeep
Por favor, faça login para denunciar.