The new JDK debug syntax requires a hostname and a port.

This commit is contained in:
Andrea Dell'Amico 2017-10-17 20:08:44 +02:00
parent c5d7868257
commit 8218c24ab4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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