Skip to content

Commit

Permalink
Issue #984 Improve module listing
Browse files Browse the repository at this point in the history
  • Loading branch information
gregw committed Oct 6, 2016
1 parent 9148678 commit 91e9e7b
Show file tree
Hide file tree
Showing 68 changed files with 383 additions and 60 deletions.
@@ -1,6 +1,10 @@
[description]
Enables GCloud Datastore API and implementation

[Tags]
3rdparty
gcloud

[depends]
gcloud
jcl-api
Expand Down
@@ -1,6 +1,10 @@
[description]
Control GCloud API classpath

[Tags]
3rdparty
gcloud

[files]
basehome:modules/gcloud/gcloud.xml|etc/gcloud.xml

Expand Down
@@ -1,6 +1,10 @@
[description]
Enables GCloudDatastore session management.

[Tags]
session
gcloud

[provides]
session-store

Expand Down
3 changes: 3 additions & 0 deletions jetty-home/src/main/resources/modules/hawtio.mod
@@ -1,6 +1,9 @@
[description]
Deploys the Hawtio console as a webapplication.

[Tags]
3rdparty

[depend]
stats
deploy
Expand Down
3 changes: 3 additions & 0 deletions jetty-home/src/main/resources/modules/jamon.mod
@@ -1,6 +1,9 @@
[description]
Deploys the JAMon webapplication

[Tags]
3rdparty

[depend]
stats
deploy
Expand Down
3 changes: 3 additions & 0 deletions jetty-home/src/main/resources/modules/jminix.mod
@@ -1,6 +1,9 @@
[description]
Deploys the Jminix JMX Console within the server

[Tags]
3rdparty

[depend]
stats
jmx
Expand Down
3 changes: 3 additions & 0 deletions jetty-home/src/main/resources/modules/jolokia.mod
@@ -1,6 +1,9 @@
[description]
Deploys the Jolokia console as a web application.

[Tags]
3rdparty

[depend]
stats
deploy
Expand Down
6 changes: 6 additions & 0 deletions jetty-http2/http2-server/src/main/config/modules/http2.mod
Expand Up @@ -2,6 +2,12 @@
Enables HTTP2 protocol support on the TLS(SSL) Connector,
using the ALPN extension to select which protocol to use.

[Tags]
connector
http2
http
ssl

[depend]
ssl
alpn
Expand Down
5 changes: 5 additions & 0 deletions jetty-http2/http2-server/src/main/config/modules/http2c.mod
Expand Up @@ -2,6 +2,11 @@
Enables the HTTP2C protocol on the HTTP Connector
The connector will accept both HTTP/1 and HTTP/2 connections.

[Tags]
connector
http2
http

[depend]
http

Expand Down
@@ -1,6 +1,9 @@
[description]
Enables session data store in a local Infinispan cache

[Tags]
session

[provides]
session-store

Expand Down
@@ -1,6 +1,9 @@
[description]
Enables session data store in a remote Infinispan cache

[Tags]
session

[provides]
session-store

Expand Down
@@ -1,6 +1,9 @@
[description]
Memcache cache for SessionData

[Tags]
session

[depends]
session-store
slf4j-api
Expand Down
3 changes: 3 additions & 0 deletions jetty-nosql/src/main/config/modules/session-store-mongo.mod
@@ -1,6 +1,9 @@
[description]
Enables NoSql session management with a MongoDB driver.

[Tags]
session

[provides]
session-store

Expand Down
3 changes: 3 additions & 0 deletions jetty-server/src/main/config/modules/debug.mod
Expand Up @@ -3,6 +3,9 @@ Enables the DebugListener to generate additional
logging regarding detailed request handling events.
Renames threads to include request URI.

[Tags]
debug

[depend]
deploy

Expand Down
3 changes: 3 additions & 0 deletions jetty-server/src/main/config/modules/debuglog.mod
Expand Up @@ -2,6 +2,9 @@
Deprecated Debug Log using the DebugHandle.
Replaced with the debug module.

[Tags]
debug

[depend]
server

Expand Down
3 changes: 3 additions & 0 deletions jetty-server/src/main/config/modules/ext.mod
Expand Up @@ -2,6 +2,9 @@
Adds all jar files discovered in $JETTY_HOME/lib/ext
and $JETTY_BASE/lib/ext to the servers classpath.

[Tags]
classpath

[lib]
lib/ext/**.jar
Expand Down
3 changes: 3 additions & 0 deletions jetty-server/src/main/config/modules/gzip.mod
Expand Up @@ -2,6 +2,9 @@
Enable GzipHandler for dynamic gzip compression
for the entire server.

[Tags]
handler

[depend]
server

Expand Down
3 changes: 3 additions & 0 deletions jetty-server/src/main/config/modules/http-forwarded.mod
Expand Up @@ -2,6 +2,9 @@
Adds a forwarded request customizer to the HTTP Connector
to process forwarded-for style headers from a proxy.

[Tags]
connector

[depend]
http

Expand Down
4 changes: 4 additions & 0 deletions jetty-server/src/main/config/modules/http.mod
Expand Up @@ -3,6 +3,10 @@ Enables a HTTP connector on the server.
By default HTTP/1 is support, but HTTP2C can
be added to the connector with the http2c module.

[Tags]
connector
http

[depend]
server

Expand Down
6 changes: 6 additions & 0 deletions jetty-server/src/main/config/modules/https.mod
@@ -1,6 +1,12 @@
[description]
Adds HTTPS protocol support to the TLS(SSL) Connector

[Tags]
connector
https
http
ssl

[depend]
ssl

Expand Down
3 changes: 3 additions & 0 deletions jetty-server/src/main/config/modules/ipaccess.mod
Expand Up @@ -2,6 +2,9 @@
Enable the ipaccess handler to apply a white/black list
control of the remote IP of requests.

[Tags]
handler

[depend]
server

Expand Down
1 change: 1 addition & 0 deletions jetty-server/src/main/config/modules/jvm.mod
@@ -1,6 +1,7 @@
[description]
A noop module that creates an ini template useful for
setting JVM arguments (eg -Xmx )

[ini-template]
## JVM Configuration
## If JVM args are include in an ini file then --exec is needed
Expand Down
5 changes: 5 additions & 0 deletions jetty-server/src/main/config/modules/logback-access.mod
@@ -1,6 +1,11 @@
[description]
Enables logback request log.

[Tags]
requestlog
logging
logback

[depend]
server
logback-core
Expand Down
4 changes: 4 additions & 0 deletions jetty-server/src/main/config/modules/proxy-protocol-ssl.mod
Expand Up @@ -5,6 +5,10 @@ This allows a Proxy operating in TCP mode to transport
details of the proxied connection to the server.
Both V1 and V2 versions of the protocol are supported.

[Tags]
connector
ssl

[depend]
ssl

Expand Down
5 changes: 4 additions & 1 deletion jetty-server/src/main/config/modules/requestlog.mod
@@ -1,6 +1,9 @@
[description]
Enables a NCSA style request log.

[Tags]
requestlog

[depend]
server

Expand Down Expand Up @@ -36,4 +39,4 @@ logs/
# jetty.requestlog.timezone=GMT

## Whether to log LogLatency
# jetty.requestlog.loglatency=false
# jetty.requestlog.loglatency=false
3 changes: 3 additions & 0 deletions jetty-server/src/main/config/modules/resources.mod
Expand Up @@ -3,6 +3,9 @@ Adds the $JETTY_HOME/resources and/or $JETTY_BASE/resources
directory to the server classpath. Useful for configuration
property files (eg jetty-logging.properties)

[Tags]
classpath

[lib]
resources/

Expand Down
3 changes: 3 additions & 0 deletions jetty-server/src/main/config/modules/session-cache-hash.mod
Expand Up @@ -4,6 +4,9 @@ If not enabled, sessions will use a HashSessionCache by default, so enabling
via this module is only needed if the configuration properties need to be
changed.

[Tags]
session

[provides]
session-cache

Expand Down
3 changes: 3 additions & 0 deletions jetty-server/src/main/config/modules/session-cache-null.mod
@@ -1,6 +1,9 @@
[description]
A trivial SessionCache that does not actually cache sessions.

[Tags]
session

[provides]
session-cache

Expand Down
3 changes: 3 additions & 0 deletions jetty-server/src/main/config/modules/session-store-cache.mod
@@ -1,6 +1,9 @@
[description]
Enables caching of SessionData in front of a SessionDataStore.

[Tags]
session


[depend]
session-store
Expand Down
3 changes: 3 additions & 0 deletions jetty-server/src/main/config/modules/session-store-file.mod
@@ -1,6 +1,9 @@
[description]
Enables session persistent storage in files.

[Tags]
session

[provides]
session-store

Expand Down
3 changes: 3 additions & 0 deletions jetty-server/src/main/config/modules/session-store-jdbc.mod
@@ -1,6 +1,9 @@
[description]
Enables JDBC peristent/distributed session storage.

[Tags]
session

[provides]
session-store

Expand Down
3 changes: 3 additions & 0 deletions jetty-server/src/main/config/modules/sessions.mod
Expand Up @@ -5,6 +5,9 @@ created or by enabling other session-cache or session-store
modules. Without this module enabled, the server may still
use sessions, but their management cannot be configured.

[Tags]
session

[depends]
server

Expand Down
4 changes: 4 additions & 0 deletions jetty-server/src/main/config/modules/ssl.mod
Expand Up @@ -3,6 +3,10 @@ Enables a TLS(SSL) Connector on the server.
This may be used for HTTPS and/or HTTP2 by enabling
the associated support modules.

[Tags]
connector
ssl

[depend]
server

Expand Down
3 changes: 3 additions & 0 deletions jetty-server/src/main/config/modules/stats.mod
Expand Up @@ -2,6 +2,9 @@
Enable detailed statistics collection for the server,
available via JMX.

[Tags]
handler

[depend]
server

Expand Down
3 changes: 3 additions & 0 deletions jetty-server/src/main/config/modules/threadlimit.mod
Expand Up @@ -3,6 +3,9 @@
# Applies ThreadLimiteHandler to entire server
#

[Tags]
handler

[depend]
server

Expand Down

0 comments on commit 91e9e7b

Please sign in to comment.