How to setup a simple Ubuntu Server Tomcat cluster on VirtualBox for testing?
Posted
by
Alex Pakka
on Server Fault
See other posts from Server Fault
or by Alex Pakka
Published on 2012-10-21T22:18:46Z
Indexed on
2012/10/21
23:04 UTC
Read the original article
Hit count: 204
I am looking for a step by step instructions to setup at leat two (and later more) simple Ubuntu Virtual Core 12.10 Server VMs on Oracle VirtualBox under Windows 7 64bit.
The test setup would be:
Apache HTTP server on the Windows host acting as a Load Balancer. The result will be that going to
http://localhost:8080
would balance between two nodes and prove session replication.Two lean, small footprint Ubuntu Server guest nodes with Java 7 and Tomcat 7.
The intention is to help everyone doing High Availability / Load Balancing development and testing to create a reasonable environment on the local workstation or mainstream notebook in as little time as possible.
© Server Fault or respective owner