https://bz.apache.org/bugzilla/show_bug.cgi?id=63049
Bug ID: 63049 Summary: Add support in system properties override from commandline (Enhancement) Product: Tomcat 9 Version: unspecified Hardware: PC OS: All Status: NEW Severity: minor Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: galus...@gmail.com Target Milestone: ----- System properties may be used in configuration files with the following notation: ${propertyName} System properties can be added by -Dpropname=propvalue in commandline or in catalina.properties. catalina.properties are stronger than the commandline arguments. Meaning, if you set the same property in catalina.properties and in -D syntax, than the catalina.properties will win. It is expected that the commandline arguments will be stronger. I suggest changing the order and making the commandline arguments stronger. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org