[zanata-users] Change default listening address and port

Carlos A. Munoz camunoz at redhat.com
Wed Sep 4 22:38:27 UTC 2013


Hi Nghia,

Thanks for the feedback. 

To correct this issue, you can edit the following file:

JBOSS_HOME/standalone/configuration/standalone.xml

Near the end of the file you'll find the <interfaces> section. Edit the
interfaces named "public" and "unsecure", which contain the following
value

<inet-address value="${jboss.bind.address:127.0.0.1}"/>

and change it to this:

<inet-address value="${jboss.bind.address:0.0.0.0}"/>

Restart the JBoss instance and your Zanata server should be accessible
from the outside world.

We'll make sure that is corrected for the next release.

Regards,

Carlos A Munoz
Red Hat

On Wed, 2013-09-04 at 14:44 +0200, Nghia Duong wrote:
> Hi all,
> 
> 
> I am trying to deploy the Zanata 3.0.2 standalone server that I
> downloaded as a .zip from the official page. 
> 
> 
> Everything seems to work fine so far, except that Zanata (or the JBoss
> server) listens on 127.0.0.1:8080 by default. Hence it is impossible
> to access the web application from elsewhere than from the host
> computer itself. 
> 
> 
> While greping around, I found that the address was hard-coded in more
> than one configuration files domain.xml, host.xml, host-master.xml,
> host-slave.xml (all in the domain/configuration folder). 
> 
> 
> My question is: is there a clean way (= a configuration option only to
> be modified once) to change the default address on which the server
> listens? 
> 
> 
> I am already hosting a Zanata 3.0.0 development snapshot and it seems
> to "know" the right address to listen on so that the web application
> can be accessed from outside. But since the folder structures has
> obviously changed a lot, I can't find where this option was set in
> Zanata 3.0.0.
> 
> 
> 
> 
> Thanks in advance,
> 
> 
> Nghia
> _______________________________________________
> zanata-users mailing list
> zanata-users at redhat.com
> https://www.redhat.com/mailman/listinfo/zanata-users





More information about the zanata-users mailing list