#IGNITE-96 Fixed WebSessionSelfTest

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/4f460b1e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/4f460b1e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/4f460b1e

Branch: refs/heads/ignite-82
Commit: 4f460b1efd89b6cf92674802b5f790338c73f7fb
Parents: 6902a03
Author: nikolay_tikhonov <ntikho...@gridgain.com>
Authored: Wed Feb 11 09:55:46 2015 +0300
Committer: nikolay_tikhonov <ntikho...@gridgain.com>
Committed: Wed Feb 11 09:55:46 2015 +0300

----------------------------------------------------------------------
 modules/core/src/test/webapp/META-INF/gg-config.xml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/4f460b1e/modules/core/src/test/webapp/META-INF/gg-config.xml
----------------------------------------------------------------------
diff --git a/modules/core/src/test/webapp/META-INF/gg-config.xml 
b/modules/core/src/test/webapp/META-INF/gg-config.xml
index ddb66f1..5ebf986 100644
--- a/modules/core/src/test/webapp/META-INF/gg-config.xml
+++ b/modules/core/src/test/webapp/META-INF/gg-config.xml
@@ -65,12 +65,16 @@
             </bean>
         </property>
 
+        <!-- Configure REST TCP server address. -->
+        <property name="connectorConfiguration">
+            <bean 
class="org.apache.ignite.configuration.ConnectorConfiguration">
+                <property name="host" value="127.0.0.1"/>
+            </bean>
+        </property>
+
         <!-- Set to local host address just for examples. -->
         <property name="localHost" value="127.0.0.1"/>
 
-        <!-- Configure REST TCP server address. -->
-        <property name="restTcpHost" value="127.0.0.1"/>
-
         <!--
             Enable cache events.
         -->

Reply via email to