Author: markt Date: Fri Mar 28 11:17:46 2014 New Revision: 1582703 URL: http://svn.apache.org/r1582703 Log: Add another renamed attribute
Modified: tomcat/site/trunk/docs/migration-8.html tomcat/site/trunk/xdocs/migration-8.xml Modified: tomcat/site/trunk/docs/migration-8.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1582703&r1=1582702&r2=1582703&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-8.html (original) +++ tomcat/site/trunk/docs/migration-8.html Fri Mar 28 11:17:46 2014 @@ -387,6 +387,8 @@ of Apache Tomcat.</p> <li>The maxActive configuration option has been renamed to maxTotal</li> +<li>The maxWait configuration option has been renamed to maxWaitMillis</li> + <li>The JDBC driver JAR may be placed in WEB-INF/lib as an alternative to $CATALINA_BASE/lib provided that the driver class is only used by that web application.</li> Modified: tomcat/site/trunk/xdocs/migration-8.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1582703&r1=1582702&r2=1582703&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-8.xml (original) +++ tomcat/site/trunk/xdocs/migration-8.xml Fri Mar 28 11:17:46 2014 @@ -105,6 +105,7 @@ of Apache Tomcat.</p> which are likely to require configuration changes.</p> <ul> <li>The maxActive configuration option has been renamed to maxTotal</li> + <li>The maxWait configuration option has been renamed to maxWaitMillis</li> <li>The JDBC driver JAR may be placed in WEB-INF/lib as an alternative to $CATALINA_BASE/lib provided that the driver class is only used by that web application.</li> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org