Created
August 17, 2012 04:30
-
-
Save juliandunn/3375928 to your computer and use it in GitHub Desktop.
jetty-mongo-sessions context
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Ref name="Server" id="Server"> | |
<Call id="mongoIdMgr" name="getSessionIdManager"/> | |
</Ref> | |
<Set name="sessionHandler"> | |
<New class="org.eclipse.jetty.server.session.SessionHandler"> | |
<Arg> | |
<New id="mongoMgr" class="org.eclipse.jetty.nosql.mongodb.MongoSessionManager"> | |
<Set name="idManager"> | |
<Ref id="mongoIdMgr"/> | |
</Set> | |
</New> | |
</Arg> | |
</New> | |
</Set> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment