Re: database password

2005-05-23 Thread Clinton Begin
You can use ${property} syntax in the SqlMapConfig.xml, and then send it to the SqlMapClientBuilder through a Properties instance as the second parameter. Clinton On 5/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi,Database password is quite sensitive information and providing t

Re: database password

2005-05-23 Thread Brandon Goodin
ce to store your credentials? You could simply configure the datasource with JNDI on the container level and place the password there ouside of the deployed web application. Brandon On 5/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > Database password is quite sensi

database password

2005-05-23 Thread inout
Hi, Database password is quite sensitive information and providing this in plain file is not an option for us. Is there any way to set password programmatically? Or another scenario when password is changing often... Alex