Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/btd/lift-jetty-session-clustering
- Owner: btd
- Created: 2013-05-17T16:09:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-17T16:16:23.000Z (over 11 years ago)
- Last Synced: 2024-04-15T03:01:19.619Z (7 months ago)
- Language: Scala
- Size: 1.01 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.