Multiple Tomcat Load balancing on single VM

Multiple Tomcat Load Balancing on single VM with Highly-Available HAproxy Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed under the Java Community Process. Apache Tomcat powers numerous large-scale, mission-critical web applications across a diverse range of industries and organizations. […]
Continue reading…

 

Rabbitmq cluster setup with HAproxy

Install RabbitMQ Use the following steps to install RabbitmQ http://www.cloudkb.net/rabbitmq-installation-centos/ Create the RabbiMQ Cluster Clustering connects multiple nodes to form a single logical broker. Virtual hosts, exchanges, users and permissions are mirrored across all nodes in a cluster. A client connecting to any node can see all the queues in a cluster. Clustering enables high […]
Continue reading…