How to deploy multiple Tomcat instances
…Well, the most obvious option would be containers, right? But let say we want to do this the old fashion way. Here’s what we can do Prereqs First, let’s install…
...of musings and ramblings
…Well, the most obvious option would be containers, right? But let say we want to do this the old fashion way. Here’s what we can do Prereqs First, let’s install…
You’ll need: Private Key, created when we generate the Certificate Signing Request (CSR) file, we’ll name it private.key Your CA signed SSL certificate, in X.509 format, named yourssl.crt Intermediate Certificate…
Update September 22nd 2019: It seems that traefik has recently updated their docker registry, in such that when you do pull request will get you traefik version 2.0 by default…
Prerequisite If you have internet facing VMs, particularly 2 of them, as a manager and a worker, and your own domain, that would be great. You can also do this…
So you decide that the application is ready for prime time, it’s time to deploy them to production. Before that happens, let’s make sure everything is fine and dandy on…