An open API service indexing awesome lists of open source software.

https://github.com/bluebrown/java-cluster

dockerized tomcat cluster with haproxy for service discovery and memcache for session replication
https://github.com/bluebrown/java-cluster

docker haproxy memcache tomcat

Last synced: 6 months ago
JSON representation

dockerized tomcat cluster with haproxy for service discovery and memcache for session replication

Awesome Lists containing this project

README

          

# Java Cluster

Dockerized java environment for deployment with compose on a single node or swarm in a cluster with high availibility.

Haproxy is configuered to perform servie discovery using the docker dns server. The tomcat instances use memcache to store the session. If run as cluster via swarm, memcache can be configured with a fallback. In that case the tomcat workers will replicate their session to the fallback node to achieve high availibility for the sessions.