Author: markt Date: Fri Oct 31 06:53:07 2008 New Revision: 709416 URL: http://svn.apache.org/viewvc?rev=709416&view=rev Log: Remove used connector params from doc example
Modified: tomcat/tc6.0.x/trunk/webapps/docs/apr.xml tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/apr.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/apr.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/apr.xml?rev=709416&r1=709415&r2=709416&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/apr.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/apr.xml Fri Oct 31 06:53:07 2008 @@ -297,7 +297,7 @@ An example SSL Connector declaration can be: <source> <Connector port="443" maxHttpHeaderSize="8192" - maxThreads="150" minSpareThreads="25" maxSpareThreads="75" + maxThreads="150" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure="true" SSLEnabled="true" Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=709416&r1=709415&r2=709416&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Fri Oct 31 06:53:07 2008 @@ -224,6 +224,10 @@ <fix> <bug>46067</bug>: Fix typos in Advanced IO how to. (markt) </fix> + <fix> + Remove unsed parameters from Native/APR example connector configuration + in docs. (markt) + </fix> </changelog> </subsection> <subsection name="Other"> Modified: tomcat/trunk/webapps/docs/apr.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/apr.xml?rev=709416&r1=709415&r2=709416&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/apr.xml (original) +++ tomcat/trunk/webapps/docs/apr.xml Fri Oct 31 06:53:07 2008 @@ -297,7 +297,7 @@ An example SSL Connector declaration can be: <source> <Connector port="443" maxHttpHeaderSize="8192" - maxThreads="150" minSpareThreads="25" maxSpareThreads="75" + maxThreads="150" enableLookups="false" disableUploadTimeout="true" acceptCount="100" scheme="https" secure="true" SSLEnabled="true" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]