You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2002/10/16 19:30:07 UTC

cvs commit: jakarta-jetspeed/docs/site supporting-projects.html

taylor      2002/10/16 10:30:07

  Modified:    docs/site supporting-projects.html
  Log:
  updated docs for new Torque Data Source config
  
  Revision  Changes    Path
  1.2       +9 -1      jakarta-jetspeed/docs/site/supporting-projects.html
  
  Index: supporting-projects.html
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/docs/site/supporting-projects.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- supporting-projects.html	15 Oct 2002 19:06:49 -0000	1.1
  +++ supporting-projects.html	16 Oct 2002 17:30:07 -0000	1.2
  @@ -180,7 +180,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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>