rmohr/tomcat-redis

By rmohr

Updated over 10 years ago

Image
3

2.1K

rmohr/tomcat-redis repository overview

Tomcat with Redis Session Manager

This tomcat docker image uses redis as session store, made possible by the Tomcat Redis Session Manager Project.

Start Redis

docker run -d --name redis-session-store redis

Start Tomcat

docker run -d --link redis-session-store:redis -p 8080:8080 rmohr/tomcat-redis:7.0

Connection Properties

To modify the Redis connection setting, adjust the environment variable REDIS_HOST and REDIS_PORT to your needs.

Tag summary

Content type

Image

Digest

sha256:aa678b9a8

Size

223.3 MB

Last updated

over 10 years ago

docker pull rmohr/tomcat-redis