bdwyertech/chef-wildfly

Change binding address

jeusdi opened this issue · 1 comments

I'd like to bind my wildfly instance to localhost address.

I've took a look on documentation, nevertheless, I've not abled to figure out how to get it.

What about if I want app interface listens to an interface and management to another one?

Please ask questions in the Gitter channel rather than create an issue.

These are the attributes associated with interface bindings

default['wildfly']['int']['pub']['bind'] = '0.0.0.0'
default['wildfly']['int']['mgmt']['bind'] = '0.0.0.0'
default['wildfly']['int']['wsdl']['bind'] = '0.0.0.0'