Skip to content

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

Notifications You must be signed in to change notification settings

igchuk/jcs-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages