Where does JBoss ON get the EAP6 configuration values?
Issue
- I'm a little confused by a difference in what we are seeing in a config file and what I'm seeing in JBoss ON. When I go to Inventory>Platform>FQDN>JBossAS7 Standalone Servers>SocketbBindingGroups>standard-sockets>Configuration...I see the configuration for sockets/ports. For jgroups-udp and jgroups-mping I see ${jboss.default.multicast.address:230.0.0.4}
Same when I check the value via JBoss EAP CLI:
[standalone@jboss-app-test0:9999 socket-binding=jgroups-mping] read-attribute multicast-address
expression "${jboss.default.multicast.address:230.0.0.4}"
- This is the value in the standalone-full-ha.xml file used for this instance. However we thought we were over-riding that value in our static jboss startup scripts:
JBOSSSH="$JBOSS_HOME/bin/standalone-anl.sh -Djboss.node.name=jboss-app-test0 -b 10.221.190.30 -u 230.0.0.13 -Djboss.bind.address.management=10.221.190.30"
- Can you confirm that JBoss ON reports the "live" values vs the "startup" values vs values from server.xml file?
Environment
- Red Hat JBoss Operations Network (ON) 3.1.2
- Red Hat JBoss Enterprise Application Platform (EAP) 6.x
- EAP Command Line Interface (CLI)
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
