Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

standalone.conf JAVA_OPTS always overwritten #1

Open
peereboominc opened this issue Mar 3, 2021 · 0 comments
Open

standalone.conf JAVA_OPTS always overwritten #1

peereboominc opened this issue Mar 3, 2021 · 0 comments

Comments

@peereboominc
Copy link

peereboominc commented Mar 3, 2021

In the file standalone.conf (found in jboss-eap-7.1/bin/) the last line is always overwriting whatever else is set in the standalone.conf. The last line is JAVA_OPTS="-Djava.net.preferIPv4Stack=true -Djboss.bind.address=0.0.0.0 -Djboss.bind.address.management=0.0.0.0". In my opinion it should first include previous set JAVA_OPTS settings. Like this: JAVA_OPTS="$JAVA_OPTS -Djava.net.preferIPv4Stack=true -Djboss.bind.address=0.0.0.0 -Djboss.bind.address.management=0.0.0.0"

This behaviour is found in daggerok/jboss-eap-7.1:7.1.61-centos and daggerok/jboss-eap-7.1:7.1.61-alpine

The place where this is added in the dockerfile is here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant