Hi,
 Attached StaticGridIgnite27.xml is server configuration file and
StaticGridIgnite27-client.xml is client configuration file.

Thanks and regards
Hemasundar.



On Thu, 7 Mar 2019 at 13:32, ashishb888 <[email protected]> wrote:

> Please provide the configuration (Ignite) of all applications.
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans";
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
       xmlns:util="http://www.springframework.org/schema/util";
       xsi:schemaLocation="http://www.springframework.org/schema/beans
                           http://www.springframework.org/schema/beans/spring-beans.xsd
                           http://www.springframework.org/schema/util
                           http://www.springframework.org/schema/util/spring-util.xsd";>
  <bean class="org.apache.ignite.configuration.IgniteConfiguration">
    <property name="igniteInstanceName" value="StaticGrid27_CommonDev"/>
	<property name="clientMode" value="true"/>
    <property name="localHost" value="10.201.10.173"/>
    <property name="discoverySpi">	
      <bean class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi">
	   <property name="localPort" value="9200"/>
	   <property name="localPortRange" value="10"/>
        <property name="ipFinder">
          <bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder">
            <property name="addresses">
              <list>
		        <value>10.201.30.63:9200..9210</value>
				<value>10.201.30.64:9200..9210</value>
              </list>
            </property>
          </bean>
        </property>
      </bean>
    </property>
	<property name="communicationSpi">
        <bean class="org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi">
            <property name="localPort" value="9600"/>
        </bean>
    </property>
  </bean>
</beans>
<?xml version="1.0" encoding="UTF-8"?>

<!-- This file was generated by Ignite Web Console (07/11/2017, 17:04) -->

<beans xmlns="http://www.springframework.org/schema/beans";
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
       xmlns:util="http://www.springframework.org/schema/util";
       xsi:schemaLocation="http://www.springframework.org/schema/beans
                           http://www.springframework.org/schema/beans/spring-beans.xsd
                           http://www.springframework.org/schema/util
                           http://www.springframework.org/schema/util/spring-util.xsd";>
  <bean class="org.apache.ignite.configuration.IgniteConfiguration">
	<!-- Redefining maximum memory size for the cluster node usage. -->  
	<property name="dataStorageConfiguration">
	  <bean class="org.apache.ignite.configuration.DataStorageConfiguration">
		<!-- Redefining the default region's settings -->
		<property name="defaultDataRegionConfiguration">
		  <bean class="org.apache.ignite.configuration.DataRegionConfiguration">
			<property name="name" value="Default_Region"/>
			<!-- Setting the size of the default region to 12GB. -->
			<property name="maxSize" value="#{12L * 1024 * 1024 * 1024}"/>
		  </bean>
		</property>
	  </bean>
	</property>  
    <property name="igniteInstanceName" value="StaticGrid27_CommonDev"/>
	<property name="clientMode" value="false"/>
    <property name="localHost" value="10.201.30.63"/>
    <property name="segmentationPolicy" value="STOP"/>
    <property name="segmentCheckFrequency" value="10000"/>
    <property name="segmentationResolveAttempts" value="5"/>
    <property name="discoverySpi">	
      <bean class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi">
	   <property name="localPort" value="9200"/>
	   <property name="localPortRange" value="10"/>
        <property name="ipFinder">
          <bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder">
            <property name="addresses">
              <list>
		        <value>10.201.30.63:9200..9210</value>
			<value>10.201.30.64:9200..9210</value>
              </list>
            </property>
          </bean>
        </property>
      </bean>
    </property>
	<property name="communicationSpi">
        <bean class="org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi">
            <property name="localPort" value="9600"/>
        </bean>
    </property>
  </bean>
</beans>

Reply via email to