Sign inSign up

abzcoding/tomcat-redis

By abzcoding

•Updated over 8 years ago

a tomcat container with redis as session manager

Image
2

3.9K

abzcoding/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 abzcoding/tomcat-redis

⁠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:2adfe068e…

Size

221.4 MB

Last updated

over 8 years ago

docker pull abzcoding/tomcat-redis