Re: tomcat 8 windows service logs

2017-05-25 Thread Gili B
hi In case anyone wonders .. I used another logging.properties in the application to overcome that. (placed under WEB_INF/classes) Thanks -gili From: Gili B Sent: Wednesday, May 24, 2017 3:56 PM To: users@tomcat.apache.org Subject: tomcat 8 windows service

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

jk connector + http2

2017-05-25 Thread George Stanchev
Hi, Is a HTTP/2 call to Tomcat proxied via IIS / JK Connector (Tomcat Connector) expected to succeed? George

Re: how to upgrade tomcat 8.5.x?

2017-05-25 Thread Mark Eggers
Chris, On 5/24/2017 2:09 PM, Christopher Schultz wrote: > Mark, > > On 5/24/17 11:50 AM, Mark Eggers wrote: >> True blue-green deployments would take some additional work, but >> that's not beyond the realm of possibility. I might spend some >> time doing this with Elastic Beanstalk, since $work

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

server.xml password encryption instead of plain text

2017-05-25 Thread Dhaval Jaiswal
How can we avoid defining plain text password in server.xml​ or is there a way i can encrypt the password in server.xml. ​