From 0c77f7a82d3d4a5868cd667275a80f78f16d9a5b Mon Sep 17 00:00:00 2001 From: kytv <kytv@mail.i2p> Date: Tue, 6 Mar 2012 19:25:03 +0000 Subject: [PATCH] update comments to reflect that we're now using jetty6 --- installer/resources/eepsite/jetty.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/installer/resources/eepsite/jetty.xml b/installer/resources/eepsite/jetty.xml index 33a1226e28..1b680c5247 100644 --- a/installer/resources/eepsite/jetty.xml +++ b/installer/resources/eepsite/jetty.xml @@ -20,11 +20,10 @@ <!-- war files placed in the webapps/ dir. --> <!-- * Uncomment the line to allow Jetty to follow symlinks --> <!-- --> -<!-- I2P uses Jetty 5.1.15. We have no plans to upgrade to Jetty 6, due to --> -<!-- the significant changes in the API. If you need web server features not --> -<!-- found in Jetty 5, you may install and run Jetty 6 in a different JVM, --> -<!-- or run any other web server such as Apache. If you do run another --> -<!-- web server instead, be sure and disable the Jetty 5 server for your --> +<!-- I2P uses Jetty 6.1.26. If you need web server features not found --> +<!-- in Jetty 6, you may install and run Jetty 7 or 8 in a different JVM --> +<!-- or run any other web server such as Apache. If you do run another web --> +<!-- server instead, be sure and disable the Jetty 6 server for your --> <!-- eepsite on http://127.0.0.1:7657/configclients.jsp . --> <!-- --> <!-- Jetty errors and warnings will appear in wrapper.log, check there --> -- GitLab