File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
galleon/artifacts/opt/jboss/container/eap/galleon/eap-s2i-galleon-pack/src/main/resources/feature_groups Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 66 </feature >
77 <feature spec =" interface" >
88 <param name =" interface" value =" bindall" />
9- <param name =" inet-address" value =" 0.0.0.0" />
9+ <param name =" inet-address" value =" ${jboss.bind.address.bindall: 0.0.0.0} " />
1010 </feature >
1111</feature-group-spec >
Original file line number Diff line number Diff line change 2424
2525function runServer() {
2626 local instanceDir=$1
27- launchServer " $JBOSS_HOME /bin/standalone.sh -c standalone-openshift.xml -bmanagement 0.0.0.0 - Djboss.server.data.dir=${instanceDir} -Dwildfly.statistics-enabled=true"
27+ launchServer " $JBOSS_HOME /bin/standalone.sh -c standalone-openshift.xml -Djboss.server.data.dir=${instanceDir} -Dwildfly.statistics-enabled=true"
2828}
2929
3030function init_data_dir() {
5656
5757 runServer " ${JBOSS_HOME} /standalone/data"
5858
59- fi
59+ fi
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ RECOVERY_TIMEOUT=${RECOVERY_TIMEOUT:-360}
55RECOVERY_PAUSE=${RECOVERY_PAUSE:- 10}
66
77function runMigrationServer() {
8- exec $JBOSS_HOME /bin/standalone.sh -c standalone-openshift.xml -bmanagement 127.0.0.1 -Djboss.server.data.dir=" $1 " ${2} ${JAVA_PROXY_OPTIONS} ${JBOSS_HA_ARGS} ${JBOSS_MESSAGING_ARGS}
8+ exec $JBOSS_HOME /bin/standalone.sh -c standalone-openshift.xml -bmanagement ${SERVER_LOOPBACK_ADDRESS} -Djboss.server.data.dir=" $1 " ${2} ${JAVA_PROXY_OPTIONS} ${JBOSS_HA_ARGS} ${JBOSS_MESSAGING_ARGS}
99}
1010
1111source ${JBOSS_HOME} /bin/launch/openshift-migrate-common.sh
Original file line number Diff line number Diff line change 66# wildfly-cekit-modules will look for each of the listed files and run them if they exist.
77CONFIG_SCRIPT_CANDIDATES=(
88 $JBOSS_HOME /bin/launch/backward-compatibility.sh
9+ $JBOSS_HOME /bin/launch/ip.sh
910 $JBOSS_HOME /bin/launch/configure_extensions.sh
1011 $JBOSS_HOME /bin/launch/passwd.sh
1112 $JBOSS_HOME /bin/launch/messaging.sh
Original file line number Diff line number Diff line change 66# wildfly-cekit-modules will look for each of the listed files and run them if they exist.
77CONFIG_SCRIPT_CANDIDATES=(
88 $JBOSS_HOME /bin/launch/backward-compatibility.sh
9+ $JBOSS_HOME /bin/launch/ip.sh
910 $JBOSS_HOME /bin/launch/configure_extensions.sh
1011 $JBOSS_HOME /bin/launch/passwd.sh
1112 $JBOSS_HOME /bin/launch/messaging.sh
You can’t perform that action at this time.
0 commit comments