diff --git a/roles/confluence_config/templates/confluence.cfg.xml.j2 b/roles/confluence_config/templates/confluence.cfg.xml.j2
index c1d5563..7b5dd08 100644
--- a/roles/confluence_config/templates/confluence.cfg.xml.j2
+++ b/roles/confluence_config/templates/confluence.cfg.xml.j2
@@ -39,7 +39,7 @@
{{ atl_aws_stack_name }}
1
{% if atl_tomcat_contextpath is defined and atl_tomcat_contextpath != '' %}
- /{{ atl_tomcat_contextpath }}
+ {{ atl_tomcat_contextpath }}
{% endif %}