Merge branch 'jetty-9.4.x' into jetty-10.0.x

This commit is contained in:
WalkerWatch 2018-02-07 16:30:49 -05:00
commit c9bb3843c3
249 changed files with 552 additions and 20 deletions

15
header-template-doc.txt Normal file
View File

@ -0,0 +1,15 @@
========================================================================
Copyright (c) ${copyright-range} Mort Bay Consulting Pty. Ltd.
========================================================================
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
and Apache License v2.0 which accompanies this distribution.
The Eclipse Public License is available at
http://www.eclipse.org/legal/epl-v10.html
The Apache License v2.0 is available at
http://www.opensource.org/licenses/apache2.0.php
You may elect to redistribute this code under either of these licenses.
========================================================================

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[alpn]]
=== Introducing ALPN

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[alpn-chapter]]
== Application Layer Protocol Negotiation (ALPN)

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[annotations]]
== Annotations

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[annotations-quick-setup]]
=== Quick Setup

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[using-annotations-embedded]]
=== Using Annotations with Jetty Embedded

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[using-annotations]]
=== Working with Annotations

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[balancer-servlet]]
=== Balancer Servlet

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[cgi-servlet]]
=== CGI Servlet

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[advanced-extras]]
== Provided Servlets, Filters, and Handlers

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[cross-origin-filter]]
=== Cross Origin Filter

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[debug-handler]]
=== Debug Handler

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[default-handler]]
=== Default Handler

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[default-servlet]]
=== Default Servlet

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[dos-filter]]
=== Denial of Service Filter

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[error-handler]]
=== Error Handler

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[gzip-filter]]
=== Gzip Handler

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[header-filter]]
=== Header Filter

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[ipaccess-handler]]
=== IP Access Handler

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[moved-context-handler]]
=== Moved Context Handler

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[proxy-servlet]]
=== Proxy Servlet

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[qos-filter]]
=== Quality of Service Filter

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[resource-handler]]
=== Resource Handler

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[rewrite-handler]]
=== Rewrite Handler

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[shutdown-handler]]
=== Shutdown Handler

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[statistics-handler]]
=== Statistics Handler

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[fastcgi]]
== FastCGI Support

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[configuring-fastcgi]]
=== Configuring Jetty for FastCGI

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[fastcgi-intro]]
=== FastCGI Introduction

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[http2]]
== HTTP/2

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[http2-configuring-haproxy]]
=== Configuring HAProxy and Jetty

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[http2-configuring]]
=== Configuring HTTP/2

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[http2-configuring-push]]
=== Configuring HTTP/2 Push

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[http2-enabling]]
=== Enabling HTTP/2

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[http2-introduction]]
=== Introducing HTTP/2

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[jmx-chapter]]
== Java Management Extensions (JMX)

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[jetty-jconsole]]
=== Managing Jetty with JConsole and JMC

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[jetty-jmx-annotations]]
=== Jetty JMX Annotations

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[using-jmx]]
=== Using JMX with Jetty

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[jndi]]
== Configuring JNDI

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[jndi-configuration]]
=== Configuring JNDI

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[jndi-datasource-examples]]
=== Datasource Examples

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[jndi-embedded]]
=== Using JNDI with Jetty Embedded

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[jndi-quick-setup]]
=== Quick Setup

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[using-jetty-jndi]]
=== Working with Jetty JNDI

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[configuring-logging]]
== Jetty Logging

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[configuring-jetty-logging]]
=== Configuring Jetty Logging

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[configuring-jetty-request-logs]]
=== Configuring Jetty Request Logs

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[configuring-logging-modules]]
=== Jetty Logging Integrations (SLF4J, Log4j, Logback, JCL, JUL)

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[default-logging-with-stderrlog]]
=== Default Logging with Jetty's StdErrLog

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[jetty-dump-tool]]
=== Jetty Dump Tool

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
=== Example: Logging with Apache Log4j

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
=== Example: Logging with Java's java.util.logging via JavaUtilLog

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
=== Example: Logging with Java's java.util.logging via Slf4j

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[example-logging-logback-centralized]]
=== Centralized Logging using Logback

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[example-logging-logback-sifting]]
=== Example: MDC Based Sifting of Logs with Logback

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
=== Example: Logging with Logback

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[example-slf4j-multiple-loggers]]
=== Example: Capturing Multiple Logging Frameworks with Slf4j

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,8 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[jetty-admin-guide]]
= Jetty Administration Guide

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[runner]]
== Jetty Runner

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[jetty-runner]]
=== Use Jetty Without an Installed Distribution

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[session-management]]
== Session Management

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[session-clustering-gcloud-datastore]]
=== Session Clustering with Google Cloud Datastore

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[session-clustering-infinispan]]
=== Session Clustering with Infinispan

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[session-clustering-jdbc]]
=== Session Clustering with a Database

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[session-clustering-mongodb]]
=== Session Clustering with MongoDB

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[setting-session-characteristics]]
=== Setting Session Characteristics

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[using-persistent-sessions]]
=== Using Persistent Sessions

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[configuring-sessions-file-system]]

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[configuring-sessions-gcloud]]

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[configuring-sessions-hazelcast]]

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[session-configuration-housekeeper]]
=== The SessionIdManager and the Housekeeper

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[configuring-sessions-infinispan]]

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[configuring-sessions-jdbc]]

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[session-configuration-memcachedsessiondatastore]]

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[configuring-sessions-memory]]

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[configuring-sessions-mongo]]

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[session-configuration-sessioncache]]
=== The L1 Session Cache

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[jetty-sessions-architecture]]
=== Session Architecture

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[sessions-details]]
=== Session Components

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[sessions-usecases]]
=== Session Use Cases
@ -88,6 +90,6 @@ The example above functions in either a `jetty-web.xml` file or a link:#using-ba
____
[NOTE]
If you explicitly configure the `SessionCache` and `SessionDataStore` for a `SessionHandler` in a context xml file or `jetty-web.xml` file, any session modules you already have enabled are ignored.
If you explicitly configure the `SessionCache` and `SessionDataStore` for a `SessionHandler` in a context xml file or `jetty-web.xml` file, any session modules you already have enabled are ignored.
So, for example, if you had enabled the `session-store-gcloud module` for your sever, you could force a particular webapp to use the `FileSessionDataStore` by explicitly configuring it in either a context xml file or a `jetty-web.xml` file as shown above.
____

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[startup]]
== Starting Jetty

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[custom-modules]]
=== Custom Modules

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[source, screen, subs="{sub-order}"]
....

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[source, screen, subs="{sub-order}"]
....

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[source, screen, subs="{sub-order}"]
....

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[source, screen, subs="{sub-order}"]
....

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[source, screen, subs="{sub-order}"]
....

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[source, screen, subs="{sub-order}"]
....

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[start-jar]]
=== Using start.jar

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[advanced-start-matrix]]
=== Start Option Matrix [deprecated]

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[startup-base-and-home]]
=== Managing Jetty Base and Jetty Home

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[startup-classpath]]
=== Managing Server Classpath

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[startup-modules]]
=== Managing Startup Modules

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[startup-overview]]
=== Startup Overview

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[startup-troubleshooting]]
=== Startup Troubleshooting

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[startup-unix-service]]
=== Startup a Unix Service using jetty.sh

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[startup-windows-service]]
=== Startup via Windows Service

View File

@ -1,3 +1,4 @@
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ========================================================================
@ -13,6 +14,7 @@
//
// You may elect to redistribute this code under either of these licenses.
// ========================================================================
//
[[startup-xml-config]]
=== Managing XML Based Startup Configuration

Some files were not shown because too many files have changed in this diff Show More