Isaeed, I think you should utilize grid services: http://apacheignite.readme.io/v1.0/docs/service-grid
You can start Jetty inside a service and run your custom logic there. Does this work for you? -- Val On Mon, May 18, 2015 at 3:09 AM, Isaeed Mohanna <[email protected]> wrote: > Hi > I have a 3 nodes grid and I would like to install a web server so I could > make remote(not from nodes) calls to specific services inside my cluster. > 1. Is there a way to expose a REST WebServices on top of Ignite? > 2. I can see that there is a REST API for caches,etc can this be extended > for my custom operations? > 3. I could make a custom implementation where i run Jetty on each of the > nodes and then use a load balancer to forward my calls to specific nodes, > is > it recommended? is there any easier way? > Thanks for the help in advance > Regards, > Isaeed Mohanna > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/WebServer-on-Ignite-tp314.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
