1 Reply Latest reply on Feb 19, 2016 11:13 AM by wdfink

    Cache Creation

    stejas7

      Hello,

       

      Just for information , currently we are creating a cache container through command line using below Command.we are trying to automate that steps through java program.

       

      1) Run ispn-cli.bat file.

      2) "connect jboss1ind1"

      3) username="user.admin"

      4) password="Admin@123"

      5) "cd profile=clustered/subsystem=datagrid-infinispan/cache-container=clustered"

      6) "./distributed-cache=mycache:add(configuration=default)"

       

      - Its possible to create a Cache conatiner through progrmmatically for remote server?

       

      Thanks.

        • 1. Re: Cache Creation
          wdfink

          If you run ISPN in client server mode the server can be configured by editing XML use CLI or from ISPN8 onwards in domain mode with the management console.

           

          There is no client API (in HotRod) to do this