[teiid-issues] [JBoss JIRA] (TEIID-4636) In the SWARM readme's, need to indicate the URL to connect

Kylin Soong (JIRA) issues at jboss.org
Sun Dec 11 21:33:00 EST 2016


    [ https://issues.jboss.org/browse/TEIID-4636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13336861#comment-13336861 ] 

Kylin Soong commented on TEIID-4636:
------------------------------------

Actually, this is for compatible with current teiid impl, as below config copied from teiid server, '{jboss.http.port', '{jboss.https.port', etc, can use to change the reference port, but teii-jdbc and teiid-odbc not. 
{code}
<socket-binding name="management-http" interface="management" port="${jboss.management.http.port:9990}"/>
<socket-binding name="management-https" interface="management" port="${jboss.management.https.port:9993}"/>
<socket-binding name="ajp" port="${jboss.ajp.port:8009}"/>
<socket-binding name="http" port="${jboss.http.port:8080}"/>
<socket-binding name="https" port="${jboss.https.port:8443}"/>
<socket-binding name="teiid-jdbc" port="31000"/>
<socket-binding name="teiid-odbc" port="35432"/>
{code}

> In the SWARM readme's, need to indicate the URL to connect
> ----------------------------------------------------------
>
>                 Key: TEIID-4636
>                 URL: https://issues.jboss.org/browse/TEIID-4636
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Quick Starts
>    Affects Versions: 9.2
>            Reporter: Van Halbert
>            Assignee: Van Halbert
>            Priority: Minor
>
> The quickstarts needs to include the information (i.e,  URL, username, password, etc.)  needed to connect to the swarm example.  
> Per Kylin:
> By default 0.0.0.0 be bound as IP, 31000 as port. To bind a specific IP use system properties
> ---
> -Dswarm.bind.address=127.0.0.1
> ---
> Some Fractions use a system properties to change the port number, but teiid not support it at moment.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the teiid-issues mailing list