Thanks Alexey!

This is what I've been looking for. Still, some keys are not supported in
web-console:

1. userAttributes
2. failoverSpi
3. gridLogger
...

How to configure userAttributes in XML ?

--Kamal


On Mon, Apr 18, 2016 at 7:22 PM, Alexey Kuznetsov <[email protected]>
wrote:

> Hi, Kamal!
>
> You could try web console
> https://ignite.apache.org/addons.html#web-console
> It will generate XML and Java code for you.
>
> On Mon, Apr 18, 2016 at 8:19 PM, Kamal C <[email protected]> wrote:
>
>> Hi,
>>
>>     Ignite can be configured either through IgniteConfiguration or by
>> passing bean XML file.
>>
>> In XML file approach, typing the property keys seems to be error-prone.
>>
>> e.g.
>>
>>
>>
>>
>> *<bean id="ignite.cfg"
>> class="org.apache.ignite.configuration.IgniteConfiguration">...
>> <property name="localhost" value="127.0.0.1"/> <!-- throws error as key is
>> invalid -->    <property name="localHost" value="127.0.0.1"/> <!-- valid
>> key -->*
>> *</bean>*
>>
>>
>> How to auto-generate the configuration file using the bean object ?
>> [or]
>> Is any sample file available which contains all the property keys ?
>> (Users can copy-paste and edit only the values)
>>
>> --Kamal
>>
>
>
>
> --
> Alexey Kuznetsov
> GridGain Systems
> www.gridgain.com
>

Reply via email to