Hi Ralf:

not sure if this helps but this is the jdbc2pool part of my
torque.properties.
hope this is of any help. good luck!

Shin

## Using Jdbc2Pool
torque.dsfactory.imaken.factory=\
  org.apache.torque.dsfactory.Jdbc2PoolDataSourceFactory
torque.dsfactory.imaken.pool.defaultMaxActive=10
torque.dsfactory.imaken.pool.testOnBorrow=true
torque.dsfactory.imaken.pool.validationQuery=SELECT 1
torque.dsfactory.imaken.connection.driver = org.gjt.mm.mysql.Driver
torque.dsfactory.imaken.connection.url =
jdbc:mysql://localhost/imaken?userUnicode=true&characterEncoding=SJIS
torque.dsfactory.imaken.connection.user = root
torque.dsfactory.imaken.connection.password = root


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to