Re: server.xml password encryption instead of plain text

2017-05-26 Thread tomcat
es the subject of the certificate in Windows user's personal certificates. Then you don't need to enter password at all. -Harri -Original Message- From: John Palmer [mailto:johnpalm...@gmail.com] Sent: 25. toukokuuta 2017 17:01 To: Tomcat Users List Subject: Re: server.xml password e

Re: server.xml password encryption instead of plain text

2017-05-26 Thread Dhaval Jaiswal
personal certificates. Then you don't need to enter password > at all. > > -Harri > > -Original Message- > From: John Palmer [mailto:johnpalm...@gmail.com] > Sent: 25. toukokuuta 2017 17:01 > To: Tomcat Users List > Subject: Re: server.xml password encrypt

RE: server.xml password encryption instead of plain text

2017-05-26 Thread Pesonen, Harri
o:johnpalm...@gmail.com] Sent: 25. toukokuuta 2017 17:01 To: Tomcat Users List Subject: Re: server.xml password encryption instead of plain text I haven't tested it yet, but if you're on a Windows platform you MAY be able to tell Tomcat to use the Windows Certificate Store (an thus NO

Re: server.xml password encryption instead of plain text

2017-05-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 5/25/17 10:00 AM, John Palmer wrote: > On Thu, May 25, 2017 at 7:46 AM, Vidyadhar > wrote: > >> On Thu, 25 May 2017 at 6:01 PM, Dhaval Jaiswal >> wrote: >> >>> How can we avoid defining plain text password in server.xml​ or >>> is there

Re: server.xml password encryption instead of plain text

2017-05-25 Thread John Palmer
I haven't tested it yet, but if you're on a Windows platform you MAY be able to tell Tomcat to use the Windows Certificate Store (an thus NOT have a password in server.xml) by adding something like this to the Java Options: -Djavax.net.ssl.trustStoreProvider=SunMSCAPI -Djavax.net.ssl.trustStoreType

Re: server.xml password encryption instead of plain text

2017-05-25 Thread Vidyadhar
On Thu, 25 May 2017 at 6:01 PM, Dhaval Jaiswal wrote: > How can we avoid defining plain text password in server.xml​ or is there a > way i can encrypt the password in server.xml. ​ > There are couple of examples on https://wiki.apache.org/tomcat/FAQ/Password -- Regards, Vidyadhar