more comment updates

This commit is contained in:
zzz
2012-03-10 21:54:55 +00:00
parent 307826c4d3
commit a34b674f7d

View File

@@ -8,11 +8,9 @@
<!-- 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. The included version of Jetty has --> <!-- from other computers.
<!-- been patched to allow IPv6 addresses as well, --> <!-- * port: Default 7658 in the addConnector section -->
<!-- enclosed in brackets e.g. [::1] --> <!-- * docroot: Change the ResourceBase in the contexts/base-context.xml file -->
<!-- * port: Default 7658 in the addListener section -->
<!-- * docroot: Change the ResourceBase in the addContext section -->
<!-- to serve files from a different location. --> <!-- to serve files from a different location. -->
<!-- * threads: Raise MinThreads and/or MaxThreads in the addListener section --> <!-- * threads: Raise MinThreads and/or MaxThreads in the addListener section -->
<!-- if you have a high-traffic site and get a lot of warnings. --> <!-- if you have a high-traffic site and get a lot of warnings. -->
@@ -26,8 +24,8 @@
<!-- server instead, be sure and disable the Jetty 6 server for your --> <!-- server instead, be sure and disable the Jetty 6 server for your -->
<!-- eepsite on http://127.0.0.1:7657/configclients.jsp . --> <!-- eepsite on http://127.0.0.1:7657/configclients.jsp . -->
<!-- --> <!-- -->
<!-- Jetty errors and warnings will appear in wrapper.log, check there --> <!-- Jetty now uses the I2P logging system rather than wrapper.log. -->
<!-- to diagnose problems. --> <!-- Use the log override org.mortbay.jetty.Server to adjust the log level. -->
<!-- --> <!-- -->
<!-- Note that the XML encoding for this file is UTF-8. --> <!-- Note that the XML encoding for this file is UTF-8. -->
<!-- --> <!-- -->