Re: Dynamic Configuration on TC startup

2021-02-24 Thread Luis Rodríguez Fernández
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

Re: Dynamic Configuration on TC startup

2021-02-23 Thread Martynas Jusevičius
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:

Dynamic Configuration on TC startup

2021-02-23 Thread Jerry Malcolm
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