taylor 2002/10/16 10:29:56
Modified: xdocs supporting-projects.xml
Log:
updated docs for new Torque Data Source config
Revision Changes Path
1.2 +9 -1 jakarta-jetspeed/xdocs/supporting-projects.xml
Index: supporting-projects.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/xdocs/supporting-projects.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- supporting-projects.xml 15 Oct 2002 19:06:24 -0000 1.1
+++ supporting-projects.xml 16 Oct 2002 17:29:56 -0000 1.2
@@ -59,7 +59,15 @@
<li><b>{$webapp_root}</b> no longer seems to work, just remove it
</li>
<li>You have a lot more choice for Connection pooling, such as using JNDI,
-Jdbc2Pool, and ConnectionPoolDataSource. See the Torque.properties in Jetspeed cvs
for examples
+Jdbc2Pool, and ConnectionPoolDataSource. See the Torque.properties in Jetspeed cvs
for examples.
+The format of the connection properties have changed. You will need to change your
Torque.properties to the new format:<br/>
+# MySQL<br/>
+<b>
+torque.dsfactory.default.connection.driver = org.gjt.mm.mysql.Driver<br/>
+torque.dsfactory.default.connection.url = jdbc:mysql://localhost:3306/torque<br/>
+torque.dsfactory.default.connection.user = user<br/>
+torque.dsfactory.default.connection.password = password
+</b>
</li>
<li>Torque.properties now prefixes Torque properties with <b>"torque."</b>
</li>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>