On Thu, Apr 23, 2020 at 10:50 AM Riano De Souza <[email protected]>
wrote:

> Cool so I got the extention template and so on. But where is the
> extentions folder located?
>
>
>
> And wont it just get overwritten when the container gets reloaded?
>
>
>

You'll probably have to modify the startup script for the container to pull
in the custom branding extension prior to starting Tomcat.  My Docker
skills are not all that complete, so I can't tell you without some
trial-and-error exactly how you'd accomplish that, but I know that you can
specify custom startup commands for containers after you deploy them, so
I'd guess you just want to make sure you deploy that extension every time.
Also, I believe the extension would only be overwritten if you reload the
container from the original image - I would think it would persist between
starts and stops.  I could be wrong about that, though - like I said, my
Docker familiarity is a bit sketchy.  Maybe others on the list can offer
their experiences and advice :-).

-Nick

Reply via email to