/jcs-test

Small web app which tests the Java Caching System with TCP Lateral Cache

Primary LanguageJava

Small web application that tests Java Caching System with TCP Lateral Cache.

The flow is the following:

  1. Deploy the application into several tomcats.
  2. Update in cache.conf the following parameter:
    jcs.auxiliary.LTCP.attributes.TcpListenerPort - make sure the parameter is different;
  3. Start the all tomcats.

To update cache call /put servlet.
To read from cache call /get servlet.
To observe metrics call /CodahaleMetrics/metrics