Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/btd/lift-jetty-session-clustering

This repo show how to make working embedded jetty instance with mongo db session replication
https://github.com/btd/lift-jetty-session-clustering

Last synced: 9 days ago
JSON representation

This repo show how to make working embedded jetty instance with mongo db session replication

Awesome Lists containing this project

README

        

This app uses 2 jetty instances and nginx with upstream. To run you need to configure nginx and start both instances.

First i tried to use lift ContainerVar but in some reason it does not work. Also it make some strange actions, because servlet session require that attribute values should satisfy serialization contracts, but this does not mean that application should serialize itself as ContainerVar do.