From 90fc3b0e57c91e51b46192e61b99f135f663d679 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Thu, 20 Jan 2011 15:14:56 +0000 Subject: [PATCH] fix XML comment-in-comment thx KillYourTV --- installer/resources/jetty.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/installer/resources/jetty.xml b/installer/resources/jetty.xml index 29900cb6b0..c50679f054 100644 --- a/installer/resources/jetty.xml +++ b/installer/resources/jetty.xml @@ -90,9 +90,7 @@ <Set name="Port">8443</Set> <Set name="PoolName">main</Set> <Set name="Keystore">./eepsite/keystore.ks</Set> - <!-- the keystore password --> <Set name="Password">changeit</Set> - <!-- the X.509 certificate password --> <Set name="KeyPassword">myKeyPassword</Set> <Set name="NonPersistentUserAgent">MSIE 5</Set> </New> -- GitLab