AZURE-211 Determine Java Home for an Ubuntu Crowd deployment

This commit is contained in:
dbacon
2020-07-22 14:29:52 +01:00
parent 3e3d83d162
commit d5ed36e488
11 changed files with 20 additions and 20 deletions

View File

@@ -20,12 +20,12 @@
compressableMimeType="text/html,text/xml,application/xml,text/plain,text/css,application/json,application/javascript,application/x-javascript"
secure="{{ atl_tomcat_secure }}"
scheme="{{ atl_tomcat_scheme }}"
{% if atl_proxy_name is defined and atl_proxy_name != '' %}
proxyName="{{ atl_proxy_name }}"
{% endif %}
{% if atl_proxy_port is defined and atl_proxy_port != '' %}
proxyPort="{{ atl_proxy_port }}"
{% endif %}
{% if atl_proxy_name is defined and atl_proxy_name != '' %}
proxyName="{{ atl_proxy_name }}"
{% endif %}
{% if atl_proxy_port is defined and atl_proxy_port != '' %}
proxyPort="{{ atl_proxy_port }}"
{% endif %}
protocol="{{ atl_tomcat_protocol }}">
</Connector>