I'm not trying to get access to web sessions. I created an Ignite instance in a spring bean and deployed a clusterSignleTon service. Now in WebSessoinFilter i want to use the same Ignite instance created in Spring bean. I tried to refer using Ignition.ignite(name), but getting null.
My intention is to have one ignite node created and have two cache, one for web session and one for clusterSingleton -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Using-One-Grid-for-Web-Session-management-and-ClusterSingleton-tp16382p16405.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
