log4j.properties not picked up from jar

后端 未结 4 2157
悲&欢浪女
悲&欢浪女 2020-12-11 17:15

I have a jar in the classpath of my server which contains the log4j.properties file on root of the jar for logging of the code. When the code in the jar runs the logging for

4条回答
  •  青春惊慌失措
    2020-12-11 18:06

    Possibly because axis-ant.jar comes before in classpath the your own jar. I assume putting your jar before in classpath then axis-ant.jar should help

提交回复
热议问题