Jacob Kjome wrote: > > 1. If you deploy your app as a WAR file, then you can utilize child-first > classloading. As long as you include log4j.jar in WEB-INF/lib and > log4j.properties (or log4j.xml) in WEB-INF/classes, then you will end up > using > your own config rather than the server's. >
Ok, thank you. Can I omit the own, second log4j.jar and use only the own,second log4j.properties file? Or is my own, private log4j.properties file not recognized if I do not attach my own log4j.jar ? Ben -- View this message in context: http://old.nabble.com/How-to-use-a-second-log4j.properties-file-for-a-special-java-program--tp29540603p29564582.html Sent from the Log4j - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
