RE: Logging events in Applet to server using log4j?

2008-02-19 Thread Ruchi Mishra
Hi, I think you need to write a policy fie for it which grants security permission to the java files,I faced this problem in RMI implementation. Regards Ruchi -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 19, 2008 4:02 PM To: Log4J Users List Subj

RE: Help needed with log4j used with JBOSS server

2008-01-22 Thread Ruchi Mishra
Hi Sneha, What you can do is create a log4jinitServlet class and in that servlet configure the path of your properties file. This servlet need to be mapped in your web.xml file. regards Ruchi From: Sneha Nikum [mailto:[EMAIL PROTECTED] Sent: Wednesd

RE: Commons logging in struts

2008-01-10 Thread Ruchi Mishra
Hi, You can use org.apache.commons.logging.Log and org.apache.commons.logging.log Factory package for common logging in struts. Regards Ruchi -Original Message- From: Raghuveer [mailto:[EMAIL PROTECTED] Sent: Thursday, January 10, 2008 2:58 PM To: 'Log4J Users List' Subject: Commons log

RE: File appender that does not lock the file

2007-11-22 Thread Ruchi Mishra
Hi, Please explain your problem. Ruchi -Original Message- From: sed [mailto:[EMAIL PROTECTED] Sent: Thursday, November 22, 2007 11:33 PM To: log4j-user@logging.apache.org Subject: File appender that does not lock the file Hi, Has log4j file append that does not lock file? So I can del

RE: Can i instentiate the log4j logger object?

2007-10-19 Thread Ruchi Mishra
-Original Message- From: Ruchi Mishra [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 3:52 PM To: Log4J Users List Subject: RE: Can i instentiate the log4j logger object? Hi Michael, It is possible to have two loggers if you take logger instead of root Logger

RE: Can i instentiate the log4j logger object?

2007-10-19 Thread Ruchi Mishra
Hi Michael, It is possible to have two loggers if you take logger instead of root Logger. From: Michael [mailto:[EMAIL PROTECTED] Sent: Friday, October 19, 2007 2:43 PM To: log4j-user@logging.apache.org Subject: Can i instentiate the log4j logger obj