6 Replies Latest reply on Jun 1, 2015 5:20 PM by allenyu6 Branched from an earlier discussion.

    Re: Client Server Jboss Datavirt with Teiid : no connexion to Teiid instance from Eclipse

    allenyu6

      I am getting same issue, can any of you create a step by step guide, starting from create a defult server?

       

        <interfaces>

              <interface name="management">

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

              </interface>

              <interface name="public">

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

              </interface>

              <interface name="unsecure">

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

              </interface>

          </interfaces>

      port is accessible by telnet testing.

      thanks.