From: sudhakardvvn [mailto:[EMAIL PROTECTED] > We are developing a new project which consists of 3 modules, in which 2 modules uses pure > java classes and another module uses ejb's. I want seperate config files for each module. My > question is where to put the config file and how to pass them to the class? Hope framed the > question in correct way. Thanks in Advance Sudhakar
Hi Sudhakar, You will have to configure log4j yourself by calling the appropriate configurator (have a look at the short introduction document on the log4j homepage if you don't know what I mean). At that point, you will specify a configuration file to use, so it's up to you where you put configuration files. Best regards, Eelke Blok --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
