Tomcat JDBC configuration does not encrypt the database password

2015-10-26 Thread Dave Cronin
In the JNDI DataSource HowTo page, it describes how to configure the DataSource in the application Context. I see that the password is not encrypted. Is there any way to configure this with an encrypted password? A JDBC resource is configured like this in the documentation: >From

Re: Tomcat JDBC configuration does not encrypt the database password

2015-10-26 Thread Christopher Schultz
Dave, On 10/26/15 7:22 AM, Dave Cronin wrote: > In the JNDI DataSource HowTo page, it describes how to configure the > DataSource in the application Context. I see that the password is not > encrypted. Is there any way to configure this with an encrypted password? > > A JDBC resource is

RE: encrypt the database password

2012-05-24 Thread Caldarale, Charles R
From: Bill Wang [mailto:bw57...@gmail.com] Subject: encrypt the database password So which the plain password, end user may get the password directly. Only if you don't bother to protect access to your Tomcat server. And if you don't do that, you've got much, much bigger problems than

Re: encrypt the database password

2012-05-24 Thread Filip Hanik Mailing Lists
...@gmail.com To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, May 23, 2012 11:34:10 PM Subject: encrypt the database password Hi All, There is a tomcat server with some database setup. cd apache-tomcat-6.0.29/conf cat server.xml Resource auth=Container

encrypt the database password

2012-05-23 Thread Bill Wang
Hi All, There is a tomcat server with some database setup. cd apache-tomcat-6.0.29/conf cat server.xml Resource auth=Container driverClassName=oracle.jdbc.driver.OracleDriver factory=oracle.jdbc.pool.OracleDataSourceFactory maxActive=20 maxIdle=10 maxWait=-1