RE: [tomcat-users] Password encryption in Tomcat 8.5.35

2019-09-15 Thread Jason Pyeron
While there is no real value in doing so - you can provide your own datasource factory class. This class should extend the provided datasource, and would use a "method" to decrypt the password field. Keep in mind as you have described, the decryption mechanism(s) would be just as available to

RE: Windows registry entry missing on Tomcat Silent install - 9.0.20

2019-09-15 Thread Pradeep Kumar M N
Can anyone help on the below issue ? From: Pradeep Kumar M N Sent: Friday, September 06, 2019 11:55 AM To: 'users@tomcat.apache.org' Subject: Windows registry entry missing on Tomcat Silent install - 9.0.20 Hi All, I am using Tomcat 9.0.20. I am installing the Tomcat silently from a PowerShell

Password encryption in Tomcat 8.5.35

2019-09-15 Thread Mohan T
Hi, We are using tomcat 8.5.35, on Red Hat Enterprise Linux Server release 7.4. Is it possible to encrypt or mask passwords that is being used in the datasource for connecting to database. I am mentioning the credentials in server.xml Thanks Mohan DISCLAIMER: This communication contains

Re: users Digest 14 Sep 2019 15:42:03 -0000 Issue 13651

2019-09-15 Thread LINUS FERNANDES
Chris: Thank you very much. That worked as expected . The following additional lines are printed: Sep 13, 2019 12:40:46 AM org.apache.coyote.http11.Http11NioProtocol start INFO: Starting ProtocolHandler ["http-nio-8080"] The tests under the script tests work as expected against Tomcat this