Re: ECDSA Private Keys

2020-01-10 Thread logo
Chris and Mark, > Am 09.01.2020 um 21:49 schrieb Christopher Schultz > : > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > On 1/9/20 3:45 PM, Christopher Schultz wrote: >> Mark and Peter, >> >> On 1/9/20 3:36 PM, Mark Thomas wrote: >>> On 09/01/2020 20:22, logo wrote: M

Re: Tomcat app within docker container

2020-01-10 Thread Alex K
Thanx Logo, On Fri, Jan 10, 2020 at 3:06 PM logo wrote: > Alex, > > Am 2020-01-10 12:47, schrieb Alex K: > > Just to follow-up on this in case it will be useful to anyone, I > > managed to > > use also the official tomcat image. I had to amend my .war files and > > use > > the openjdk:8-jdk ver

Re: Tomcat app within docker container

2020-01-10 Thread logo
Alex, Am 2020-01-10 12:47, schrieb Alex K: Just to follow-up on this in case it will be useful to anyone, I managed to use also the official tomcat image. I had to amend my .war files and use the openjdk:8-jdk version instead of openjdk:11-jdk. I have used the following Docker files to prepar

Re: Tomcat app within docker container

2020-01-10 Thread Martynas Jusevičius
Why build the webapp outside Docker? It means that docker build is not enough to give you an image, it needs some extra steps beforehand. On Fri, Jan 10, 2020 at 12:47 PM Alex K wrote: > > Just to follow-up on this in case it will be useful to anyone, I managed to > use also the official tomcat i

Re: Tomcat app within docker container

2020-01-10 Thread Alex K
Just to follow-up on this in case it will be useful to anyone, I managed to use also the official tomcat image. I had to amend my .war files and use the openjdk:8-jdk version instead of openjdk:11-jdk. I have used the following Docker files to prepare my custom tomcat image (so as to have tomcat h

Re: Tomcat app within docker container

2020-01-10 Thread Alex K
Hi, On Thu, Jan 9, 2020 at 7:50 PM Mark Eggers wrote: > Alex, > > On 1/9/2020 8:51 AM, Alex K wrote: > > Hi all, > > > > I have two .war files that when deployed at a plain Debian 9 VM are > working > > fine. > > I have prepared a docker file so as to deploy the same apps within a > docker > > c

Re: Tomcat app within docker container

2020-01-10 Thread Alex K
Hi Logo, On Thu, Jan 9, 2020 at 7:40 PM logo wrote: > Hi Alex, > > > > > Am 09.01.2020 um 17:51 schrieb Alex K : > > > > Hi all, > > > > I have two .war files that when deployed at a plain Debian 9 VM are > working > > fine. > > I have prepared a docker file so as to deploy the same apps within