File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4848 defaultHost="localhost"
4949 debug="0">
5050 <Host name="localhost"
51+ <Valve className="org.apache.catalina.valves.ErrorReportValve" showReport="false" showServerInfo="false" />
5152 debug="0"
5253 appBase="webapps"
5354 unpackWARs="true"
Original file line number Diff line number Diff line change 4747 defaultHost="localhost">
4848
4949 <Host appBase="webapps" autoDeploy="true" name="localhost" unpackWARs="true">
50+ <Valve className="org.apache.catalina.valves.ErrorReportValve" showReport="false" showServerInfo="false" />
5051 <Context path="{{ .Values.crowd.service.contextPath | default "/crowd" }}" docBase="../../crowd-webapp" debug="0">
5152 <Manager pathname="" />
5253 </Context>
Original file line number Diff line number Diff line change 6666 appBase="webapps"
6767 unpackWARs="true"
6868 autoDeploy="true">
69-
69+ <Valve className="org.apache.catalina.valves.ErrorReportValve" showReport="false" showServerInfo="false" />
7070 <Context path="{{ .Values.jira.service.contextPath | default "" }}"
7171 docBase="${catalina.home}/atlassian-jira"
7272 reloadable="false"
You can’t perform that action at this time.
0 commit comments