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. // 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. // You may elect to redistribute this code under either of these licenses.
// ======================================================================== // ========================================================================
//
[[alpn]] [[alpn]]
=== Introducing ALPN === Introducing ALPN

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,4 @@
//
// ======================================================================== // ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd. // 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. // You may elect to redistribute this code under either of these licenses.
// ======================================================================== // ========================================================================
//
=== Example: Logging with Java's java.util.logging via JavaUtilLog === 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. // 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. // You may elect to redistribute this code under either of these licenses.
// ======================================================================== // ========================================================================
//
=== Example: Logging with Java's java.util.logging via Slf4j === 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. // 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. // You may elect to redistribute this code under either of these licenses.
// ======================================================================== // ========================================================================
//
[[example-logging-logback-centralized]] [[example-logging-logback-centralized]]
=== Centralized Logging using Logback === Centralized Logging using Logback

View File

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

View File

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

View File

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

View File

@ -1,3 +1,4 @@
//
// ======================================================================== // ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd. // 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. // You may elect to redistribute this code under either of these licenses.
// ======================================================================== // ========================================================================
//
[[jetty-admin-guide]] [[jetty-admin-guide]]
= Jetty Administration Guide = Jetty Administration Guide

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,3 +1,4 @@
//
// ======================================================================== // ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd. // 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. // You may elect to redistribute this code under either of these licenses.
// ======================================================================== // ========================================================================
//
[[sessions-usecases]] [[sessions-usecases]]
=== Session Use Cases === Session Use Cases
@ -88,6 +90,6 @@ The example above functions in either a `jetty-web.xml` file or a link:#using-ba
____ ____
[NOTE] [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. 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. // 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. // You may elect to redistribute this code under either of these licenses.
// ======================================================================== // ========================================================================
//
[[startup]] [[startup]]
== Starting Jetty == Starting Jetty

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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