fix broken comment in jetty.xml

This commit is contained in:
sponge
2012-03-11 16:46:45 +00:00
parent d598396bb2
commit f91f83faef
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
2012-03-11 sponge
* fix broken comment in jetty.xml
2012-03-10 zzz 2012-03-10 zzz
* Build: Add new jetty jars to router.jar classpath so it works * Build: Add new jetty jars to router.jar classpath so it works
on very old installs with individual jars specified in the on very old installs with individual jars specified in the

View File

@@ -8,7 +8,7 @@
<!-- Commonly changed settings: --> <!-- Commonly changed settings: -->
<!-- * host: Change 127.0.0.1 to 0.0.0.0 in the addListener section --> <!-- * host: Change 127.0.0.1 to 0.0.0.0 in the addListener section -->
<!-- to access the server directly (bypassing i2p) --> <!-- to access the server directly (bypassing i2p) -->
<!-- from other computers. <!-- from other computers. -->
<!-- * port: Default 7658 in the addConnector section --> <!-- * port: Default 7658 in the addConnector section -->
<!-- * docroot: Change the ResourceBase in the contexts/base-context.xml file --> <!-- * docroot: Change the ResourceBase in the contexts/base-context.xml file -->
<!-- to serve files from a different location. --> <!-- to serve files from a different location. -->