Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bbefc7f4d149ece34c09b9a214f56d0114e03273 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#
# Jetty NoSql module
#

[version]
9.3

[depend]
webapp

[files]
maven://org.mongodb/mongo-java-driver/2.6.1|lib/nosql/mongo-java-driver-2.6.1.jar

[lib]
lib/jetty-nosql-${jetty.version}.jar
lib/nosql/*.jar

[xml]
etc/jetty-nosql.xml

[license]
The java driver for the MongoDB document-based database system is hosted on GitHub and released under the Apache 2.0 license.
http://www.mongodb.org/
http://www.apache.org/licenses/LICENSE-2.0.html

[ini-template]
## MongoDB SessionIdManager config

## Unique identifier for this node in the cluster
jetty.nosqlSession.workerName=node1


## Interval in seconds between scavenging expired sessions
jetty.nosqlSession.scavenge=1800

Back to the top