diff --git a/smp-docker/images/tomcat-mysql-smp-sml/entrypoint.sh b/smp-docker/images/tomcat-mysql-smp-sml/entrypoint.sh index 3f8b61271a220bac7bad7fe44566a1e47e193ceb..99c90316c9fe9b93a913b42d68bb6d6ff89c2005 100755 --- a/smp-docker/images/tomcat-mysql-smp-sml/entrypoint.sh +++ b/smp-docker/images/tomcat-mysql-smp-sml/entrypoint.sh @@ -76,7 +76,7 @@ init_smp_properties() { echo "bdmsl.integration.physical.address=0.0.0.0" echo "bdmsl.participant.multidomain.enabled=false" echo "bdmsl.integration.url=http://localhost:8080/edelivery-sml/" - echo "bdmsl.integration.logical.address=${SMP_LOGICAL_ADDRESS}" + echo "bdmsl.integration.logical.address=${SMP_LOGICAL_ADDRESS:-http://localhost:8080/smp/}" } >> "$SMP_HOME/apache-tomcat-$TOMCAT_VERSION/classes/smp.config.properties" addOrReplaceProperties "$SMP_HOME/apache-tomcat-$TOMCAT_VERSION/classes/smp.config.properties" "$SMP_INIT_PROPERTIES" "$SMP_INIT_PROPERTY_DELIMITER"