Ross ROSS = Recommend OSS · open-source software intelligence for agents

jcoleman/tomcat-redis-session-manager

Redis-backed non-sticky session store for Apache Tomcat observed · 2026-08-28

github.com/jcoleman/tomcat-redis-session-manager · Java · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5508
  • days_rel: n/a
  • days_push: 1338
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1777 stars · 1100 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Tomcat session manager that stores HTTP sessions in Redis, enabling non-sticky load balancing across a cluster of Tomcat servers. Sessions are written to Redis immediately on modification and rely on Redis key expiration for automatic session expiry.

Use cases

  • distribute Tomcat session state across a cluster without sticky sessions
  • share HTTP sessions between multiple Tomcat instances via Redis
  • avoid Tomcat's built-in clustering overhead for session replication
  • persist sessions so any server can serve any request
  • scale a Tomcat web app horizontally behind a load balancer

When to choose

  • you run a Tomcat 6/7 cluster and want non-sticky session distribution
  • you already operate Redis and want sessions stored there
  • you need sessions available immediately to all servers in the cluster

When to avoid

  • you use Tomcat 8 or newer, which is not supported
  • your session data is not Serializable
  • you need an actively maintained project with recent development

Facets

library · maturity maintenance

caching middleware databases web-development jvm tomcat redis session-management clustering non-sticky-sessions devops web-server

1 source

Member repositories

RepositoryRoleHealth v2
jcoleman/tomcat-redis-session-managermain32

For agents

markdown · JSON · MCP: product_card(name="jcoleman/tomcat-redis-session-manager")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem