I am using cmd command D:\infinispan-5.1.5.FINAL\bin>startServer.bat -r hotrod .. Even though I could not see any thing on console (the cmd console) , I still able to run the sample jboss-as7-quickstart application using an invalidation cache mode. It does saving the cache entries "somewhere" and retrieving it back. I am using <remote-destination host="localhost" port="11222"/>
I dont know where and how my cache is getting saved.. Here cache is of type org.infinispan.AdvancedCache. How can I see my cache ? Is this I need JMX for?