Re: RFE: read keystorePass from file

2015-04-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Luca, On 4/16/15 4:16 PM, Luca Menegus wrote: > Hi Chris, > > let me describe what I'm trying to do in more details. > > Goals: * Completely automate tomcat deployment, and make sure > deployment is reproducible and testable in different environme

Re: RFE: read keystorePass from file

2015-04-16 Thread Luca Menegus
From: "Christopher Schultz" > To: "Tomcat Users List" > Sent: Thursday, April 16, 2015 7:22:21 AM > Subject: Re: RFE: read keystorePass from file > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Luca, > > On 4/15/15 5:40 PM, Luca Menegu

Re: RFE: read keystorePass from file

2015-04-16 Thread Luca Menegus
Hi Jan, thank you very much for your suggestion: it solves my usecase and works like a charm! Regards, Luca - Original Message - > From: "Jan Vávra" > To: "Tomcat Users List" > Sent: Thursday, April 16, 2015 8:29:38 AM > Subject: Re: RFE: read k

Re: RFE: read keystorePass from file

2015-04-15 Thread Jan Vávra
Hello, Hi, I'd like to suggest the addition of an option that would allow reading the keystore password (the password protecting the private key used by secure connectors) from file. for such things I use java define for tomcat process: -Dorg.apache.tomcat.util.digester.PROPERTY_SOURCE=MyProp

Re: RFE: read keystorePass from file

2015-04-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Luca, On 4/15/15 5:40 PM, Luca Menegus wrote: > Hi Christopher (and Konstantin), > > took some time to reply as I wanted to test your suggestions: > > - "a parameterized server.xml that pulls the password [...]": If I > understood your hint corre

Re: RFE: read keystorePass from file

2015-04-15 Thread Luca Menegus
. HTTP request sent, awaiting response... HTTP/1.1 404 Not Found Content-Length: 0 Date: Wed, 15 Apr 2015 21:32:52 GMT Server: bla bla bla 2015-04-15 23:32:52 ERROR 404: Not Found. - Original Message - > From: "Christopher Schultz" > To: "Tomcat Users List"

Re: RFE: read keystorePass from file

2015-04-14 Thread Konstantin Kolinko
2015-04-14 20:13 GMT+03:00 Christopher Schultz : > > Luca, > > On 4/14/15 1:07 PM, Luca Menegus wrote: >> Hi, I'd like to suggest the addition of an option that would allow >> reading the keystore password (the password protecting the private >> key used by secure connectors) from file. >> >> My us

Re: RFE: read keystorePass from file

2015-04-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Luca, On 4/14/15 1:07 PM, Luca Menegus wrote: > Hi, I'd like to suggest the addition of an option that would allow > reading the keystore password (the password protecting the private > key used by secure connectors) from file. > > My use case: >

RFE: read keystorePass from file

2015-04-14 Thread Luca Menegus
Hi, I'd like to suggest the addition of an option that would allow reading the keystore password (the password protecting the private key used by secure connectors) from file. My use case: I manage tomcat configuration including server.xml with a Configuration System (Ansible). This allows