sraeburn 2003/12/03 16:14:13 Modified: doc/faqs database.xml Log: Added note explaining that DBCP is not shipped with Struts and where to get it. PR: 25182 Submitted by: Rick Hightower Revision Changes Path 1.11 +3 -0 jakarta-struts/doc/faqs/database.xml Index: database.xml =================================================================== RCS file: /home/cvs/jakarta-struts/doc/faqs/database.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- database.xml 9 Sep 2003 17:49:22 -0000 1.10 +++ database.xml 4 Dec 2003 00:14:13 -0000 1.11 @@ -84,6 +84,9 @@ The Jakarta Commons dbcp's BasicDataSource [<code>org.apache.commons.dbcp.BasicDataSource</code>] also works well with the DataSource manager, if a native component is not available. + DBCP is not supplied as part of the Struts distribution. You can obtain + it from <a href="http://jakarta.apache.org/commons/dbcp/downloads.html"> + Commons DBCP</a>. </p> <p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]