Ignite.NET does not support such things in configuration natively, but you can always configure them in Spring XML and use IgniteConfiguration.SpringConfigUrl property to specify the path.
Ignite will load Spring XML first, then apply all non-default properties from .NET IgniteConfiguration on top of it. On Tue, Apr 11, 2017 at 3:28 PM, ozgurnevres <ozgur.nev...@gmail.com> wrote: > I previously opened a thread here: > http://apache-ignite-users.70518.x6.nabble.com/Configuration-using-spring- > xml-log4j-error-td11872.html > > But I think in that thread I made things complicated. My simpler question > is: how to configure REST API for Ignite.net? > > By default, it uses 8080 port and I successfully tested it. But I couldn't > find a way to change the default configuration. > > Thanks > Ozgur > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/REST-API-Configuration-for-Ignite-net-tp11879.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >