Using custom shutdown command string in Tomcat without modifying server.xml file
I have a kubernetes tomcat deployment and with property readOnlyRootFilesystem: true
which prohibits me from modifying server.xml file. But I need to use a random shutdown port every time the tomcat starts as per our security practice.
Using custom shutdown command string in Tomcat without modifying server.xml file
I have a kubernetes tomcat deployment and with property readOnlyRootFilesystem: true
which prohibits me from modifying server.xml file. But I need to use a random shutdown port every time the tomcat starts as per our security practice.