From bc4e8e43f08049b2d869162da177cd836663bfa2 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Huynh Date: Mon, 17 Aug 2015 16:51:38 +0000 Subject: [PATCH] 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 --- src/main/resources/bitrock/alfrescodm.xml | 14 -------------- src/main/resources/bitrock/project.xml | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/main/resources/bitrock/alfrescodm.xml b/src/main/resources/bitrock/alfrescodm.xml index 0d7d22f75f..e09601db73 100644 --- a/src/main/resources/bitrock/alfrescodm.xml +++ b/src/main/resources/bitrock/alfrescodm.xml @@ -415,20 +415,6 @@ - - - ${installdir}/tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml - exact - - - http://localhost:8080/alfresco - ${repository_url_port} - - - - - - ${application_server_conf_directory}/logging.properties org.apache.catalina.loader.WebappClassLoader.level diff --git a/src/main/resources/bitrock/project.xml b/src/main/resources/bitrock/project.xml index aec6ee9dea..06aa4c70fc 100644 --- a/src/main/resources/bitrock/project.xml +++ b/src/main/resources/bitrock/project.xml @@ -252,6 +252,20 @@ + + + ${installdir}/tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml + exact + + + http://localhost:${application_server_port}/alfresco + ${project.component(alfresco).parameter(repository_url_port).value} + + + + + +