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 configure
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
>https://to
m: "Bill Wang"
> To: "Tomcat Users List"
> 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 serv
> 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, m
Hi All,
There is a tomcat server with some database setup.
cd apache-tomcat-6.0.29/conf
cat server.xml
So which the plain password, end user may get the password directly.
How can create encrypted password within server.xml