I`m trying to change tomcat settings (conf/server.xml, context.xml) without restarting tomcat in k8s, to maintaining Pod container status. If I restart tomcat, Pod would be shut down and newer settings will be lost.
So I need solution applying settings without restart tomcat. Is there any way to do this?
(I don't consider applying new settings in yaml files, trying to edit dynamically)
I've not deployed to Tomcat directly in a while (I tend to use Spring Boots integrated tomcat) However I can tell you it wasn't previously possible to have changes to the Server configuration reflected without restarting.