Digital Marketing

How to connect to JBoss EAP / Wildfly server remotely?

By default, JBoss EAP / Wildfly bounds only to localhost. To allow the server to be accessible from outside, you need to bind the ip addresses. For example, to allow any ip:
./run.sh -b 0.0.0.0
OR
./standalone.sh -b 0.0.0.0
to change the default behavior.

Comments

Popular posts from this blog

How to delete / clear queue of PowerMTA