mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
RA-558: Fixed Platform URL substitution in Advanced mode.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@110291 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -415,20 +415,6 @@
|
||||
</substitution>
|
||||
</substitutionList>
|
||||
</substitute>
|
||||
<!-- Substitute repository url -->
|
||||
<substitute>
|
||||
<files>${installdir}/tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml</files>
|
||||
<type>exact</type>
|
||||
<substitutionList>
|
||||
<substitution>
|
||||
<pattern>http://localhost:8080/alfresco</pattern>
|
||||
<value>${repository_url_port}</value>
|
||||
</substitution>
|
||||
</substitutionList>
|
||||
<ruleList>
|
||||
<compareText text="${product_fullname}" logic="equals" value="Alfresco Share"/>
|
||||
</ruleList>
|
||||
</substitute>
|
||||
<propertiesFileSet>
|
||||
<file>${application_server_conf_directory}/logging.properties</file>
|
||||
<key>org.apache.catalina.loader.WebappClassLoader.level</key>
|
||||
|
@@ -252,6 +252,20 @@
|
||||
<isTrue value="${component(postgres).selected}" />
|
||||
</ruleList>
|
||||
</actionGroup>
|
||||
<!-- Substitute repository url -->
|
||||
<substitute>
|
||||
<files>${installdir}/tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml</files>
|
||||
<type>exact</type>
|
||||
<substitutionList>
|
||||
<substitution>
|
||||
<pattern>http://localhost:${application_server_port}/alfresco</pattern>
|
||||
<value>${project.component(alfresco).parameter(repository_url_port).value}</value>
|
||||
</substitution>
|
||||
</substitutionList>
|
||||
<ruleList>
|
||||
<compareText text="${product_fullname}" logic="equals" value="Alfresco Share"/>
|
||||
</ruleList>
|
||||
</substitute>
|
||||
</postInstallationActionList>
|
||||
|
||||
<finalPageActionList>
|
||||
|
Reference in New Issue
Block a user