Closed Hunsu closed 3 years ago
This can be set using ajp_secret
in the tomcat_instances
list:
tomcat_instances:
- name: "{{ tomcat_name }}"
ajp_secret: "xyz"
Look, this is a snippet of the template:
{% if instance.ajp_secret is defined %}
secret="{{ instance.ajp_secret }}"
{% else %}
secretRequired="false"
{% endif %}
Without this config tomcat shows a warning and an error for tomcat 9