Skip navigation

Integrations - Apache Struts 1.1

Article Rating?

Product Type Web Framework
Versions Supported 1.1
Module Status - Forge download
- Included with Terracotta Kit
Module Availability - Released (latest) See Terracotta Forge Releases
Module Availability - SNAPSHOT (latest) See Terracotta Forge Snapshots
Download with Kit See latest Terracotta Kit

Introduction

Apache Struts is a free open-source framework for creating Java web applications.

Dependencies

None.

Implementation

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>.

Known Issues

None.

Adaptavist Theme Builder Powered by Atlassian Confluence