jill han wrote:
> I put database user login data in the Torque.properties as
> torque.dsfactory.default.connection.user = username
> torque.dsfactory.default.connection.password = userpassword

I suggest to use JNDI-based connection pools where you are able to put
the database configuration into the server.xml of Tomcat, for example,
and thus out of the way of  the application.

See the docs for JNDIDataSourceFactory on http://db.apache.org/torque/

Bye, Thomas.


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

Reply via email to