RE: Log files are not getting created

2005-01-07 Thread manoj JC
oj JC [mailto:[EMAIL PROTECTED] Sent: Friday, January 07, 2005 10:34 AM To: log4j-user@logging.apache.org Subject: Log files are not getting created I have a stand-alone java application and trying to implement logging. I have the log4j.properties file in a jar file along with the java classes an

RE: Log files are not getting created

2005-01-07 Thread Seshachala, Sudhendra B
34 AM To: log4j-user@logging.apache.org Subject: Log files are not getting created I have a stand-alone java application and trying to implement logging. I have the log4j.properties file in a jar file along with the java classes and the classpath is pointing to that jar file. When I run the java

Log files are not getting created

2005-01-07 Thread manoj JC
I have a stand-alone java application and trying to implement logging. I have the log4j.properties file in a jar file along with the java classes and the classpath is pointing to that jar file. When I run the java program, its not creating the log file. On the console I see the log messages. A