properties - JBoss - how programatically check values from standalone.xml? -
does know how check in runtime code if configuration has defined e.g. 'any-address' tag?
... <interfaces> <interface name="management"> <inet-address value="${jboss.bind.address.management:127.0.0.1}"/> </interface> <interface name="public"> <any-address/> </interface> </interfaces> ...
for "jboss.bind.address" can scheme property - in "any-address" case?
you can seek run co-located management client within application.
properties jboss bind
No comments:
Post a Comment