Small web application that tests Java Caching System with TCP Lateral Cache.
The flow is the following:
- Deploy the application into several tomcats.
- Update in cache.conf the following parameter:
jcs.auxiliary.LTCP.attributes.TcpListenerPort - make sure the parameter is different;
- Start the all tomcats.
To update cache call /put servlet.
To read from cache call /get servlet.
To observe metrics call /CodahaleMetrics/metrics