I am not a JBoss expert so hope you can help me out. Part of the required confi

I am not a JBoss expert so hope you can help me out. Part of the required configuation in Appian 7.2 Jboss setup is below. What are say the consequences if we have it local host 127.0.0.1? We are just attempting to make our server more secure and standard with regards to our security folks. The setting in question I copied below.

Allow Public Access
To allow access from bindings other than localhost find the following code in <JBOSS_EAP_HOME>/standalone/configuration/standalone.xml:

<interface name="public">
<inet-address value="${jboss.bind.address:127.0.0.1}"/>
</interface>
Replace 127.0.0.1 with 0.0.0.0.

Once set, any socket binding associated with the public interface will now be accessible from any IP address.

...

OriginalPostID-116854

OriginalPostID-116854

  Discussion posts and replies are publicly visible