You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Thomas Vandahl <tv...@apache.org> on 2007/06/01 19:54:37 UTC

Re: encryption of db user data

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: user-unsubscribe@turbine.apache.org
For additional commands, e-mail: user-help@turbine.apache.org