Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Tomcat 中指定哪个设置以便我可以选择特定的 log4j.xml 文件?
我有一个开发和生产 log4j.xml 文件,所以我希望能够配置何时使用其中一个。
在您的 Tomcat 配置中添加以下行:
TOMCAT_OPTS="-Dlog4j.configuration=/my/config/log4j.properties"
在您的开发环境中,您可以使用它覆盖默认设置,并将您的生产配置与war.
war
当然,如果该变量中有更多属性,则必须保留它们:)