/commented by alexey goncharuk/

I assume you are talking about the REST HTTP port. By default Ignite opens
HTTP port 8080. You can override this behavior by either setting
IGNITE_JETTY_PORT system property or by providing a path to Jetty
configuration file in ConnectorConfiguration object which is set to
IgniteConfiguration:

/*<bean id="ignite.cfg"
class="org.apache.ignite.configuration.IgniteConfiguration">
    <property name="connectorConfiguration">
        <bean
class="org.apache.ignite.configuration.ConnectorConfiguration">
            <property name="jettyPath"
value="/path/to/jetty/configuration.xml"/>
        </bean>
    </property>
...*/

Note that system property overrides the port value set in Jetty XML
configuration.

----- 
/This post is migrated from now discontinued Apache Ignite forum at 
http://apacheignite.readme.io/v1.0/discuss/




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Change-default-tcp-ports-for-Apache-Ignite-tp158p159.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to