This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% if filepath == /var/opt/tomcat_1 %} | |
{% set tomcat_value == tomcat_1_value %} | |
{% else %} | |
{% set tomcat_value == tomcat_2_value %} | |
{% endif %} | |
<Server port={{ tomcat_value }} shutdown="SHUTDOWN"> |