Author: mturk Date: Wed Nov 29 04:28:57 2006 New Revision: 480554 URL: http://svn.apache.org/viewvc?view=rev&rev=480554 Log: Oops. Forgot to commit this file
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml?view=diff&rev=480554&r1=480553&r2=480554 ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml Wed Nov 29 04:28:57 2006 @@ -69,6 +69,10 @@ description="The 'enable DNS lookups' flag for this Connector" type="boolean"/> + <attribute name="keepAliveTimeout" + description="The number of seconds Tomcat will wait for a subsequent request before closing the connection" + type="int"/> + <attribute name="keystoreFile" description="Pathname to the key store file to be used" type="java.lang.String"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]