I've prepared a working example here: https://github.com/ptupitsyn/ignite-net-examples/tree/master/REST-API-config
1. To enable Ignite REST API, we have to add ignite-rest-http module to the classpath (IgniteConfiguration.JvmClasspath) This exposes the API on port 8080 2. To tweak REST API config, we have to set jettyPath property in Spring XML, then configure jetty in another XML file: https://github.com/ptupitsyn/ignite-net-examples/blob/master/REST-API-config/ignite-spring-config.xml https://github.com/ptupitsyn/ignite-net-examples/blob/master/REST-API-config/jetty-config.xml https://apacheignite.readme.io/docs/rest-api On Sun, Apr 5, 2020 at 1:30 AM JP <jopandy...@gmail.com> wrote: > Hi, > Thanks for the tips.. in spring config XML, what's kind of configuration > need to add for rest http module.. > What's the property name in config XML ?so that I can mention the path of > rest http module... > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >