Hello, In my previous post I’ve talked about setting up 2 instances of tomcat on the same machine. This post is the second one of my series about load balancing instances of tomcats on a single machine as it’s a continuation of the first one. it talks essentially about how the real load balancing can […]
Month: May 2013
How to install Multiple instances of tomcat on a single ubuntu server
This article is the first part of my serie : load balancing using mod_jk Let’s install first java using openjdk: [bash] $ sudo apt-get install openjdk-7-jre [/bash] In fact in the previous command we are just installing the Java Runtime Environment (JRE). If there is a case where you would need the Development ToolKit (JDK) […]