Apache Struts is a free open-source framework for creating Java web applications.
None.
To enable clustering with Apache Struts, add the Struts configuration module to tc-config.xml:
<modules> <module name="tim-apache-struts-<struts_version>" version="<module_version>"/> </modules>
For example, if you download the module tim-apache-struts-1.1-1.1.1-SNAPSHOT, add the following snippet to tc-config.xml:
<modules> <module name="tim-apache-struts-1.1" version="1.1.1-SNAPSHOT"/> </modules>
The name of the module included with the Terracotta kit follows the format clustered-apache-struts-<struts_version>-<module_version>.
[Legal]