This document summarizes the steps to configure Apache load balancing with multiple Tomcat instances. The key requirements are Java, Tomcat, Apache web server and the mod_jk module. Configuring mod_jk involves enabling it in Apache, and creating configuration files for the workers, URI mappings and mod_jk. The worker file defines each Tomcat instance with its port and host. The URI file maps paths to workers. The Tomcat instances need their ports and jvmRoute configured to match the worker definitions. Finally, starting Apache and the Tomcats verifies load balancing by checking session handling across multiple access sessions.