3 Replies Latest reply on Nov 13, 2014 4:47 AM by rvansa

    Infinispan

    nunna

      I am accessing Infinispan server remotely, using hotrod client.I have configured named cache in standalone.xml.Is it possible to have a seperate configuration file for named cache other than standalone.xml?If it is possible,then where to place it?

        • 1. Re: Infinispan
          nadirx

          No. The server configuration file needs to be managed by the server itself since modifications to the domain model representation (e.g. via CLI) will be persisted back to the file itself.

          • 2. Re: Infinispan
            nunna

            When the infinispan server is used remotely using hotrod client,where to add the properties like loaders,replication of infinispan.xml in standalone.xml of server

            • 3. Re: Infinispan
              rvansa

              The configuration looks like:

               

              <subsystem xmlns="urn:infinispan:server:core:6.0" >

                       <cache-container name="default" default-cache="testCache">

                          <transport executor="infinispan-transport" lock-timeout="600000" />

               

                          <distributed-cache name="testCache">

                             <persistence><!-- your cache loader goes here --></persistence>

                          </distributed-cache>

                 </cache-container>

              </subsystem>

               

              For details, please consult schema docs/schema/jboss-infinispan-core_/version/.xml in server distribution.