You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2005/09/26 22:53:50 UTC

svn commit: r291745 - /tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/realm.xml

Author: markt
Date: Mon Sep 26 13:53:46 2005
New Revision: 291745

URL: http://svn.apache.org/viewcvs?rev=291745&view=rev
Log:
Document missing alternateURL attribute

Modified:
    tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/realm.xml

Modified: tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/realm.xml
URL: http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/realm.xml?rev=291745&r1=291744&r2=291745&view=diff
==============================================================================
--- tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/realm.xml (original)
+++ tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/realm.xml Mon Sep 26 13:53:46 2005
@@ -265,6 +265,12 @@
     information from the directory:</p>
 
     <attributes>
+       <attribute name="alternateURL" required="false">
+         <p>If a socket connection can not be made to the provider at
+         the <code>connectionURL</code> an attempt will be made to use the
+         <code>alternateURL</code>.</p>
+       </attribute>
+
        <attribute name="authentication" required="false">
          <p>A string specifying the type of authentication to use.
          "none", "simple", "strong" or a provider specific definition



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org