Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MongoDB based session storage for Tomcat6

Is there anyway to user MongoDB as a central session storage for Tomcat6? If so, could we have a cluster of tomcat servers reading session data from MongoDB so that the cluster could be dinamically resized (adding more boxes on the fly) without the need of sticky sessions?

like image 239
rreyes1979 Avatar asked Apr 22 '26 15:04

rreyes1979


1 Answers

I think I found what I was looking for.

https://github.com/dawsonsystems/Mongo-Tomcat-Sessions

If anyone has used it in production, I would love to hear your experiences.

like image 135
rreyes1979 Avatar answered Apr 25 '26 10:04

rreyes1979