TR-535: add context option in jira server.xml for tomcat 11 support

This commit is contained in:
Raphael Biland
2026-03-03 13:07:57 +01:00
parent b2e9dc22cc
commit f7818f088c

View File

@@ -69,7 +69,8 @@
<Context path="{{ atl_tomcat_contextpath }}"
docBase="${catalina.home}/atlassian-jira"
reloadable="false"
useHttpOnly="true">
useHttpOnly="true"
suspendWrappedResponseAfterForward="false">
<Resource name="UserTransaction"
auth="Container"
type="javax.transaction.UserTransaction"