<div dir="ltr">I think, that there is no issue,<div><br><div>because next link works fine:</div><div><a href="http://192.168.56.10:9990/console/App.html#home">http://192.168.56.10:9990/console/App.html#home</a><br></div><div><br></div><div>and with this link</div><div><a href="http://192.168.56.10:8080/auth">http://192.168.56.10:8080/auth</a><br></div><div>I getting answer: <span style="color:rgb(0,0,0);font-family:&#39;Times New Roman&#39;;font-size:medium">404 - Not Found</span></div></div><div><span style="color:rgb(0,0,0);font-family:&#39;Times New Roman&#39;;font-size:medium"><br></span></div><div><span style="color:rgb(0,0,0);font-family:&#39;Times New Roman&#39;;font-size:medium">and in both domain.xml and host.xml are interface definitions this way:</span></div><div><div style=""><font color="#000000" face="Times New Roman" size="3">   <i> &lt;interfaces&gt;</i></font></div><div style=""><font color="#000000" face="Times New Roman" size="3"><i>        &lt;interface name=&quot;management&quot;&gt;</i></font></div><div style=""><font color="#000000" face="Times New Roman" size="3"><i>            &lt;any-address/&gt;</i></font></div><div style=""><font color="#000000" face="Times New Roman" size="3"><i>        &lt;/interface&gt;</i></font></div><div style=""><font color="#000000" face="Times New Roman" size="3"><i>        &lt;interface name=&quot;public&quot;&gt;</i></font></div><div style=""><font color="#000000" face="Times New Roman" size="3"><i>            &lt;any-address/&gt;</i></font></div><div style=""><font color="#000000" face="Times New Roman" size="3"><i>        &lt;/interface&gt;</i></font></div><div style=""><font color="#000000" face="Times New Roman" size="3"><i>        &lt;interface name=&quot;unsecure&quot;&gt;</i></font></div><div style=""><font color="#000000" face="Times New Roman" size="3"><i>            &lt;any-address/&gt;</i></font></div><div style=""><font color="#000000" face="Times New Roman" size="3"><i>        &lt;/interface&gt;</i></font></div><div style=""><font color="#000000" face="Times New Roman" size="3"><i>    &lt;/interfaces&gt;</i></font></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 3, 2015 at 10:46 AM, Marko Strukelj <span dir="ltr">&lt;<a href="mailto:mstrukel@redhat.com" target="_blank">mstrukel@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>By default Wildfly only binds to localhost (127.0.0.1), and is not reachable via any external network interfaces.<br></div><div><br></div><div>Running in domain mode is an advanced Wildfly topic, so I suggest you check Wildfly documentation:</div><div> </div><div><a href="https://docs.jboss.org/author/display/WFLY9/Interfaces+and+ports" target="_blank">https://docs.jboss.org/author/display/WFLY9/Interfaces+and+ports</a></div><div><a href="https://docs.jboss.org/author/display/WFLY9/Domain+Setup" target="_blank">https://docs.jboss.org/author/display/WFLY9/Domain+Setup</a><br></div><div><br></div><div><br></div><div>A quick way to bind to all the network interfaces in standalone mode is to use -b 0.0.0.0 as a parameter to standalone.sh. But that doesn&#39;t work for domain mode AFAIK.</div><div><br></div></div>
</blockquote></div><br></div>