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: 2 months 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 (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-17T16:16:23.000Z (about 13 years ago)
- Last Synced: 2025-02-28T07:44:48.513Z (over 1 year 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.