Merged in issue/TR-535-jira-server-xml-tomcat-11 (pull request #234)

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

Approved-by: Tomasz Ziółkowski
Approved-by: Lee Goolsbee
This commit is contained in:
Raphaël Biland
2026-03-04 21:25:39 +00:00
committed by Lee Goolsbee

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"