Author: markt Date: Sat Apr 7 14:06:57 2012 New Revision: 1310776 URL: http://svn.apache.org/viewvc?rev=1310776&view=rev Log: Whitespace police
Modified: tomcat/trunk/webapps/docs/config/listeners.xml Modified: tomcat/trunk/webapps/docs/config/listeners.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/listeners.xml?rev=1310776&r1=1310775&r2=1310776&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/listeners.xml (original) +++ tomcat/trunk/webapps/docs/config/listeners.xml Sat Apr 7 14:06:57 2012 @@ -345,13 +345,13 @@ <p>The <strong>UserConfig</strong> provides feature of User Web Applications. User Web Applications map a request URI starting with a tilde character ("~") - and a username to a directory (commonly named public_html) in that user's + and a username to a directory (commonly named public_html) in that user's home directory on the server.</p> <p>See the <a href="host.html#User Web Applications">User Web Applications</a> special feature on the <strong>Host</strong> element for more information.</p> - <p>The following additional attributes are supported by the + <p>The following additional attributes are supported by the <strong>UserConfig</strong>:</p> <attributes> @@ -363,22 +363,22 @@ <attribute name="userClass" required="false"> <p>The class name of the user database class. - There are currently two user database, the + There are currently two user database, the <code>org.apache.catalina.startup.PasswdUserDatabase</code> is used on a Unix system that uses the /etc/passwd file to identify valid users. - The <code>org.apache.catalina.startup.HomesUserDatabase</code> is used on - a server where /etc/passwd is not in use. HomesUserDatabase deploy all + The <code>org.apache.catalina.startup.HomesUserDatabase</code> is used on + a server where /etc/passwd is not in use. HomesUserDatabase deploy all directories found in a specified base directory.</p> </attribute> <attribute name="homeBase" required="false"> - <p>The base directory containing user home directories.This is effective - only when <code>org.apache.catalina.startup.HomesUserDatabase</code> is + <p>The base directory containing user home directories.This is effective + only when <code>org.apache.catalina.startup.HomesUserDatabase</code> is used.</p> </attribute> <attribute name="allow" required="false"> - <p>A regular expression defining user who deployment is allowed. If this + <p>A regular expression defining user who deployment is allowed. If this attribute is specified, the user to deploy must match for this pattern. If this attribute is not specified, all users will be deployed unless the user matches a deny pattern.</p> @@ -394,7 +394,7 @@ </attributes> </subsection> - + </section> <section name="Additional Implementations"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org