Hi The three applications will be deployed on the same container. Each app will use different log4j properties files that I want to log to different files so that I can identify the logs from each of the different apps. With tomcat, this works, but with glassfish it seems that the whole app is configured through the last application that executes the ProperyConfigure.configure command.
I was wondering if anyone knows how I can change the configuration or something so that each app logs to different log files?? Glen > Can you clarify your setup? Do you mean that all three are deployed in the > same container/VM? Or they're in three different containers/VM's but they're > all going to the same log file. Also is there one log4j config or three > seperate ones?
