Author: bago
Date: Wed Nov 14 13:37:09 2007
New Revision: 595074
URL: http://svn.apache.org/viewvc?rev=595074&view=rev
Log:
Closed an unclosed <strong> tag from dns_configuration.xml file.
Modified:
james/server/trunk/src/site/xdoc/dns_configuration.xml
Modified: james/server/trunk/src/site/xdoc/dns_configuration.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/dns_configuration.xml?rev=595074&r1=595073&r2=595074&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/dns_configuration.xml (original)
+++ james/server/trunk/src/site/xdoc/dns_configuration.xml Wed Nov 14 13:37:09
2007
@@ -57,7 +57,7 @@
</section>
<section name="Sun JVM DNS Lookup Configuration.">
<p>Sun's JVM Internet address lookup uses a cache which is unbounded and
doesn't time out.<br/>
-This is obviously not great for a long running process like a mail server so
we have introduced a system property <strong>networkaddress.cache.ttl<strong>
that is used by the distributed phoenix start-up scripts, at startup, to
override the java 1.4
<strong>Security.setProperty("networkaddress.cache.ttl")</strong>.<br/> By
default this is set to <strong>300</strong> seconds.</p>
+This is obviously not great for a long running process like a mail server so
we have introduced a system property <strong>networkaddress.cache.ttl</strong>
that is used by the distributed phoenix start-up scripts, at startup, to
override the java 1.4
<strong>Security.setProperty("networkaddress.cache.ttl")</strong>.<br/> By
default this is set to <strong>300</strong> seconds.</p>
<p>This workaround will only be present if you use James as distributed. If
you use James in any other container, including different versions of Phoenix,
you will need to ensure that you make a similar configuration change to allow
the internet address cache to perform acceptably.</p>
<p>James 2.3 has this workaround and it requires it to operate acceptably.
Future versions of James will continue to have the workaround in place but will
*not* require it. This will provide continued support for any mailets which you
may deploy from other sources which might continue to use Sun's InetAddress
class for DNS resolution.</p>
<p>We are not currently aware of the behaviour of this cache in other JVM
implementations, nor of the effect, if any, which this change might have on
them</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]