Hi,
  I have a requirement to create different log files in same application.Our
application will be used in a different web application.Even the other
application is using log4j.We have our own log4j configuration
property(WEB-INF/config.properties) file and separate log file in a
particular directory(WEB-INF/logs/xxx.log).

At present the problem is we are getting logs from other application to our
log file.
Our application(Giving  as jar files) is under other application.

For example our application is abc and others is xyz.

The directory structure is "webapps/xyz/WEB-INF" where it contains xyz's
log4j property file as well abc's log4j property file.abc's logs are
supposed to go "webappas/xyz/WEB-INF/logs/abc.log" and xyz's logs are
supposed to go different file(Which we dont know , exactly where it goes).
But at present xyz's logs are coming into abc's logs means , they are coming
into "webapps/xyz/WEB-INF/logs/abc.log"

Can you please tell me how can get logs only from my applicaiton(may not be
from my application..only from  my classes).

Its little urgent.
Thanks in advacne.
Regards,
Sivamma.
-- 
View this message in context: 
http://www.nabble.com/Urgent-Please--How-to-create-different-log-files-with-different-property-files-in-same-webapplication-tf3974952.html#a11283346
Sent from the Log4j - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to