Sha256: 2d63423d69bf15f66b2344f05cc658d74d1809356df67d505fe29614999de66d
Contents?: true
Size: 517 Bytes
Versions: 10
Compression:
Stored size: 517 Bytes
Contents
# # Jetty JDBC Session module # [depend] annotations webapp [xml] etc/jetty-jdbc-sessions.xml [ini-template] ## JDBC Session config ## Unique identifier for this node in the cluster # jetty.jdbcSession.workerName=node1 ## The interval in seconds between sweeps of the scavenger # jetty.jdbcSession.scavenge=600 ## Uncomment either the datasource name or driverClass and connectionURL # jetty.jdbcSession.datasource=sessions # jetty.jdbcSession.driverClass=changeme # jetty.jdbcSession.connectionURL=changeme
Version data entries
10 entries across 10 versions & 1 rubygems