7 Replies Latest reply on Nov 2, 2017 9:19 AM by vblagojevic

    Running Demo UI with Infinispan server console

    michorizo

      Looking at config of server console, I setup my DemoUI config as follows

       

      D:\infinispan-9.1.2.Final-all\demos\gui\etc\config\gui-demo-cache-config.xml

       

      <?xml version="1.0" encoding="UTF-8"?>
      <infinispan xmlns="urn:infinispan:config:9.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:infinispan:config:9.1 http://infinispan.org/schemas/infinispan-config-9.1.xsd">
       <cache-container name="local" default-cache="default">
             <local-cache name="default" statistics="true"/>
         </cache-container>
      </infinispan>
      

       

      I then create a dummy set of data thru the UI:

       

      But server management console still shows zero stats:

       

      Do I have a config wrong or is there no way this can be done?