Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

danberindei/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

Red Hat's Enterprise Data Grid

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 92.5%
  • Shell 5.2%
  • Python 1.4%
  • XSLT 0.4%
  • CSS 0.3%
  • JavaScript 0.2%