diff options
Diffstat (limited to 'archiva-jetty/src')
-rw-r--r-- | archiva-jetty/src/main/conf/jetty.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/archiva-jetty/src/main/conf/jetty.xml b/archiva-jetty/src/main/conf/jetty.xml index 77a8abbbf..63e47195d 100644 --- a/archiva-jetty/src/main/conf/jetty.xml +++ b/archiva-jetty/src/main/conf/jetty.xml @@ -19,13 +19,13 @@ ~ under the License. --> -<!-- =============================================================== --> -<!-- Configure the Jetty Server --> -<!-- --> -<!-- Documentation of this file format can be found at: --> -<!-- http://docs.codehaus.org/display/JETTY/jetty.xml --> -<!-- --> -<!-- =============================================================== --> +<!-- ============================================================================= --> +<!-- Configure the Jetty Server --> +<!-- --> +<!-- Documentation of this file format can be found at: --> +<!-- https://www.eclipse.org/jetty/documentation/9.4.x/reference-section.html --> +<!-- --> +<!-- ============================================================================= --> <Configure id="Server" class="org.eclipse.jetty.server.Server"> @@ -49,7 +49,6 @@ <!-- =========================================================== --> <!-- Set connectors --> <!-- =========================================================== --> - <!-- One of each type! --> <!-- =========================================================== --> <!-- Use this connector for many frequently idle connections |