mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2026-04-01 14:52:31 -05:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user