diff options
author | olivier lamy <olamy@apache.org> | 2017-05-13 09:05:07 +1000 |
---|---|---|
committer | olivier lamy <olamy@apache.org> | 2017-05-13 09:05:07 +1000 |
commit | 25796870f2475ec4857d05b1c54540a6221a323e (patch) | |
tree | d2fab12c09a7e5735ff7bb0edf39b3acaf2ee9a4 | |
parent | dc97f3ef8cf530e8d72057038f9138b0eec9213d (diff) | |
download | archiva-25796870f2475ec4857d05b1c54540a6221a323e.tar.gz archiva-25796870f2475ec4857d05b1c54540a6221a323e.zip |
fix link
Signed-off-by: olivier lamy <olamy@apache.org>
-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 |