remm 02/02/26 19:45:59
Modified: webapps/tomcat-docs/config jk.xml
Log:
- Document address attribute (bug 6327).
Revision Changes Path
1.5 +7 -0 jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk.xml
Index: jk.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jk.xml 20 Feb 2002 02:39:26 -0000 1.4
+++ jk.xml 27 Feb 2002 03:45:59 -0000 1.5
@@ -105,6 +105,13 @@
value is 10.</p>
</attribute>
+ <attribute name="address" required="false">
+ <p>For servers with more than one IP address, this attribute
+ specifies which address will be used for listening on the specified
+ port. By default, this port will be used on all IP addresses
+ associated with the server.</p>
+ </attribute>
+
<attribute name="debug" required="false">
<p>The debugging detail level of log messages generated by this
component, with higher numbers creating more detailed output.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>