I have already added connector config in my xml as shown below. But it is not
working. This is similar to what you have mentioned as Java code if I am not
wrong.

<bean id="rest.cfg"
class="org.apache.ignite.configuration.ConnectorConfiguration"> 
                <property name="host" value="localhost"/> 
                <property name="port" value="8080"/> 
                <property name="jettyPath" value="rest-jetty-config.xml"/> 
        </bean> 

<bean abstract="true" id="ignite.cfg"
class="org.apache.ignite.configuration.IgniteConfiguration">
                <property name="connectorConfiguration" ref="rest.cfg" /> 
              . . . . . 



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Rest-api-Returning-no-reply-from-server-tp6561p6615.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to