Skip to content

Infinispan Server is a remote cache/data grid which implements several protocols (HotRod, Memcached, REST)

Notifications You must be signed in to change notification settings

belaban/infinispan-server

 
 

Repository files navigation

Infinispan Server

  1. Check out the source code.

  2. Check versions/pom.xml for the versions of the external components you want to include (AS7, Infinispan). Make sure you have the artifacts for those components available in your Maven repository (local or remote).

  3. Build Infinispan Server:

    $ mvn clean package

  4. Run Infinispan Server:

    $ cd build/target/infinispan-server- $ ./bin/standalone.sh

    At this point you should be able to connect to:

    127.0.0.1:11222 (Hot Rod server) 127.0.0.1:11211 (Memcached) http://127.0.0.1:8080/ (REST server)

HOW TO UPGRADE AS 7.x

JBoss AS 7.x is included in the build via a BOM, referenced in versions/pom.xml and the modules.

About

Infinispan Server is a remote cache/data grid which implements several protocols (HotRod, Memcached, REST)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 88.2%
  • Shell 9.0%
  • Python 2.4%
  • JavaScript 0.4%