Hello,
- server.xml templating + docker: nice solution Martynas, we are doing
basically the same but with shell envsubst
- TC virtual-host creation: perhaps you can make use of the
https://tomcat.apache.org/tomcat-9.0-doc/html-host-manager-howto.html
Cheers,
Luis
El mié, 24 feb 2021 a las 0:51,
I think this is where you need to wrap your apps into Docker images :)
See this base image for example:
https://hub.docker.com/r/atomgraph/letsencrypt-tomcat
It configures server.xml by using an XSLT stylesheet and environmental
parameters:
https://github.com/AtomGraph/letsencrypt-tomcat/blob/mas
The server solution I am developing is split across multiple Amazon Web
Services EC2 instances. They all use the same TC WAR images. But each
server handles a different portion of the functionality
aaa.mydomain.com is called for one set of function, and bbb.mydomain.com
is called for anot