Forked from manchot0/gist:537934a1bbd124aec4d98bd37dfcd772
Created
August 6, 2020 16:38
-
-
Save ideiudicibus/d00f7158e3aa24bf0d363b6f079d1353 to your computer and use it in GitHub Desktop.
Tomcat cluster with Nginx load balancer and caching
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://nginx.org/en/docs/http/load_balancing.html | |
https://www.linode.com/docs/uptime/loadbalancing/use-nginx-as-a-front-end-proxy-and-software-load-balancer/ | |
http://blog.martinfjordvald.com/2011/02/nginx-primer-2-from-apache-to-nginx/ | |
http://www.ramkitech.com/2012/11/tomcat-clustering-series-part-3-session.html | |
http://www.ramkitech.com/2012/10/tomcat-clustering-series-simple-load.html | |
https://www.foulquier.info/tutoriaux/mise-en-place-dun-cluster-heartbeat-apache | |
https://www.nginx.com/resources/admin-guide/content-caching/ | |
https://www.digitalocean.com/community/tutorials/understanding-nginx-http-proxying-load-balancing-buffering-and-caching | |
https://www.digitalocean.com/community/tutorials/how-to-use-floating-ips-on-digitalocean#how-to-implement-an-ha-setup | |
https://www.nginx.com/resources/deployment-guides/load-balance-apache-tomcat/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment