# aws-dynamodb-session-tomcat **Repository Path**: mirrors_aws/aws-dynamodb-session-tomcat ## Basic Information - **Project Name**: aws-dynamodb-session-tomcat - **Description**: ARCHIVED: Amazon DynamoDB based session store for Apache Tomcat - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-27 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **This project has been archived.** [https://github.com/magro/memcached-session-manager](https://github.com/magro/memcached-session-manager) is a viable alternative to this project and supports non-sticky sessions and realtime session persistence. It can be used with [Amazon Elasticache](https://aws.amazon.com/elasticache/). You may also fork this implementation and maintain your own version of the DynamoDB Session Manager. Amazon DynamoDB Session Manager for Apache Tomcat ================================================= Usage Information ----------------- This project builds on top of the [AWS SDK for Java](http://aws.amazon.com/sdkforjava) to provide a session manager for Tomcat 7 that persists session data in [Amazon DynamoDB](http://aws.amazon.com/dynamodb). You can download release builds of the session manager through the [releases section of this project] (https://github.com/aws/aws-dynamodb-session-tomcat/releases). For more information on using the session manager, see the [session manager section in the AWS SDK for Java Developer Guide] (http://docs.aws.amazon.com/AWSSdkDocsJava/latest/DeveloperGuide/java-dg-tomcat-session-manager.html). Developer Information --------------------- You can check out the source for the session manager here, and build it with Maven. The official release builds use JarJar to package all the dependencies in the session manager jar *(to provide an easy, one-jar install)* and rename classes *(to avoid exposing the SDK code to all web apps running in Tomcat)*. To run with a development build, you'll need to copy the SDK third-party dependencies into your Tomcat install's lib directory. If you encounter problems with the session manager, feel free to report them as GitHub issues for this project. **If you'd like to contribute a new feature or bug fix, we'd love to see GitHub pull requests from you!**