Skip to content
rickyepoderi edited this page May 4, 2014 · 20 revisions

couchbase-manager icon The couchbase manager is a session manager for glassfish that tries to handle servlet sessions inside a couchbase repository. The external repository maintains the life-cycle completely, expiration, locking and so on. Sessions are retrieved from couchbase in the lock method and saved in the unlock one (sticky and non-sticky configurations are a bit different, check below).

The manager is released under GPLv2 with the classpath exception license (more information of this license in the wikipedia)

The main ideas about this manager are being commented in the following blog.

Some informational links

  • How to install it?
  • Sticky vs Non-Sticky
  • [External atttibutes] (wiki/External-Attributes)
  • [JavaEE session listeners] (wiki/JavaEE-Session-Listeners)
  • [Compiling from github] (wiki/Compiling-from-github)

Versions

Some informational links

How to install it?
Sticky vs Non-Sticky
[External atttibutes] (wiki/External-Attributes)
[JavaEE session listeners] (wiki/JavaEE-Session-Listeners)
[Compiling from github] (wiki/Compiling-from-github)

Versions

couchbase-manager-0.1
couchbase-manager-0.2
couchbase-manager-0.3
couchbase-manager-0.4
couchbase-manager-0.5

Clone this wiki locally