0 Replies Latest reply on Jan 29, 2014 3:54 PM by openway

    How to start the Hot Rod Server for embedded Infinispan instance?

    openway

      I design a distributed application consisting of two type of nodes:

      • Server nodes which contain infinispan cache data and business logic for processing that data
      • Client nodes which do not contain infinispan cache data but must be aware of data partitions to call proper server node for request processing.

      Infinispan instances are embedded into server nodes.

       

      How can I start Hot Rod Servers over these server instances? The documentation suggests that I start HotRod server as "./bin/startServer.sh -r hotrod" but this is not my case where I want to start server programmatically in the same JVM for already created Infinispan cache .