Hi all,
I'm creating a Java Web Services application. I intend to run multiple instances of WebLogic on each machine in a cluster.
I'd like each application instance to write to its own log file, but I'm not sure how to do so without creating instance specific log4j properties files. Is there some way for me to dynamically determine the WebLogic instance and append it to a log file name? Is there a better way to do this that I haven't seen?
Any insight would be greatly appreciated. Thanks!
Leon