Reputation: 107
I need to use infinispan in a remote node for keeping session states. how can I use it with Cipango? I know that jetty can use it, but what about Cipango? do I need additional configuration in Cipango?
I have seen some classes in Cipango source code with the name of Cipango-replication, what should I do with them? I'm not seeing this module in pom.xml of Cipango source code? how to add this module if it's necessary.
I also know that I would use a HotRod client in my servlet engine to read/write session states from/to Infinispan, but I have no Idea where to start it with Cipango?
Upvotes: 0
Views: 144