ITPLT-2221 Remove the superfluous slash. The atl_tomcat_contextpath varible already contains a slash

This commit is contained in:
Glenn Stewart
2022-10-26 11:50:23 +11:00
parent 757e9bb47f
commit a209c513ed

View File

@@ -39,7 +39,7 @@
<property name="confluence.cluster.name">{{ atl_aws_stack_name }}</property>
<property name="confluence.cluster.ttl">1</property>
{% if atl_tomcat_contextpath is defined and atl_tomcat_contextpath != '' %}
<property name="confluence.webapp.context.path">/{{ atl_tomcat_contextpath }}</property>
<property name="confluence.webapp.context.path">{{ atl_tomcat_contextpath }}</property>
{% endif %}
</properties>