This tomcat docker image uses redis as session store, made possible by the Tomcat Redis Session Manager Project.
docker run -d --name redis-session-store redis
docker run -d --link redis-session-store:redis -p 8080:8080 rmohr/tomcat-redis:7.0
To modify the Redis connection setting, adjust the environment variable REDIS_HOST and REDIS_PORT to your needs.
Content type
Image
Digest
sha256:aa678b9a8…
Size
223.3 MB
Last updated
over 10 years ago
docker pull rmohr/tomcat-redis