Author: rjung
Date: Mon Mar 15 14:56:58 2010
New Revision: 923275
URL: http://svn.apache.org/viewvc?rev=923275&view=rev
Log:
Fix broken xdocs xml syntax introduced by r920093.
Please build xdocs before committing.
Modified:
tomcat/jk/trunk/xdocs/reference/iis.xml
Modified: tomcat/jk/trunk/xdocs/reference/iis.xml
URL:
http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/reference/iis.xml?rev=923275&r1=923274&r2=923275&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/reference/iis.xml (original)
+++ tomcat/jk/trunk/xdocs/reference/iis.xml Mon Mar 15 14:56:58 2010
@@ -90,8 +90,8 @@ Setting this to 0 (the default) disables
</p></attribute>
<attribute name="log_filesize" required="false"><p>
The maximum log file size in megabytes, after which the log file will be
rotated. Setting this to 0 (the default) disables log rotation based on file
size.
-<br>The value can have an optional <b>M</b> suffix, i.e. both <b>5</b> and
<b>5M</b> will rotate the log file when it grows to 5MB.
-<br>If <b>log_rotationtime</b> is specified, then this setting is ignored.
+<br/>The value can have an optional <b>M</b> suffix, i.e. both <b>5</b> and
<b>5M</b> will rotate the log file when it grows to 5MB.
+<br/>If <b>log_rotationtime</b> is specified, then this setting is ignored.
</p></attribute>
<attribute name="worker_file" required="true"><p>
A string value which is the full path to workers.properties file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]