forked from ISTI-ansible-roles/ansible-roles
The new JDK debug syntax requires a hostname and a port.
This commit is contained in:
parent
c5d7868257
commit
8218c24ab4
|
@ -41,7 +41,7 @@ tomcat_m_direct_access: False
|
|||
|
||||
# JMX and debugging
|
||||
tomcat_m_enable_remote_debugging: False
|
||||
tomcat_m_remote_debugging_port: 8100
|
||||
tomcat_m_remote_debugging_port: '0.0.0.0:8100'
|
||||
tomcat_m_jmx_enabled: False
|
||||
tomcat_m_jmx_auth_enabled: False
|
||||
tomcat_m_jmx_use_ssl: False
|
||||
|
|
|
@ -46,7 +46,7 @@ tomcat_tmp_dir: '{{ tomcat_catalina_base_dir }}/tmp/tomcat'
|
|||
|
||||
# JMX and debugging
|
||||
tomcat_enable_remote_debugging: False
|
||||
tomcat_remote_debugging_port: 8000
|
||||
tomcat_remote_debugging_port: '0.0.0.0:8100'
|
||||
#
|
||||
tomcat_jmx_enabled: False
|
||||
tomcat_jmx_auth_enabled: False
|
||||
|
|
Loading…
Reference in New Issue