I did. I replaced the handler block with:
<Set name="handler">
<New id="Handler" class="my.custom.Handler"/>
</Set>But Ignite is still calling GridJettyRestHandler internally. I was able to get my custom handler to work by dropping the ignite-rest-http module, then copying in GridJettyRestProtocol and modifying the code to set my custom handler instead of GridJettyRestHandler, however this seems hacky. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
