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) […]

Scroll to top