Tomcat Cluster
11:24 AMSystem Requirements
- Tomcat 6 or higher
- The application's web.xml has must have <distributable/> tag.
Network Requirements
- Have multicast enabled for tomcat to communicate.
Configuring Tomcat for Cluster
- Add the cluster config inside the <Host> tag. I have attached the cluster config text to this page.
- The only changes that needs to be made is the (name="<Put_application_Name_Here>"). Put the .war file name.
- export the server.xml file to the servers that are part of the cluster.
- restart all tomcat instances.
0 comments