File Permission error ...

2002-06-24 Thread Madhav Inamti
I am using J2ee RI. I have permission java.io.FilePermission file:/C:/cobcon.log, read, write; in my server.policy file. I have the following lines in my log4j.properties log4j.appender.dest1=org.apache.log4j.FileAppender log4j.appender.dest1.File=c:\\cobcon.log The following is the error

pure java log4j

2002-08-27 Thread Madhav Inamti
Is there a version of log4j that is pure java. For e.g., the NTEventLogAppender requires a DLL. Is there a version that does not require any shared libraries / dll's ? Thanks, Madhav

Chainsaw ..

2002-09-19 Thread Madhav Inamti
Chainsaw complains about loading this file. Any ideas ... I am using log4j 1.2.5 Thanks. cobcon.log Description: Binary data -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Log4j ever require crimson.jar?

2002-09-27 Thread Madhav Inamti
Any JAXP compliant parser should work. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 27, 2002 12:13 PM To: [EMAIL PROTECTED] Subject: Log4j ever require crimson.jar? I don't know of any reason why Log4j would need crimson.jar under

Using Log4j with Weblogic 7.0

2003-01-10 Thread Madhav Inamti
I have been using Log4j with J2EE Reference Implementation and Websphere. Works pretty good with the J2EE connector I am working with. I recently started trying the connector on WebLogic and looks like log4j is not recognizing any appenders. I get a log4j:WARN No appenders could be

Starting SimpleSocketServer ..

2003-01-15 Thread Madhav Inamti
I want to have a J2EE component log to a socket appender and have a socket server listen to these messages and either log them to a file or display it on a GUI console. I plan to use the SimpleSocketServer for this. I seem to get this error however when I start the SimpleSocketServer. Any

RE: Starting SimpleSocketServer ..

2003-01-15 Thread Madhav Inamti
not assure that the integrity of this communication has been maintained nor that it is free of errors, virus, interception or interference. _GMT-5___ From: Madhav Inamti Reply-To: Log4J Users List To: 'Log4j-User ([EMAIL PROTECTED]) Subject

log4j with Borland Enterprise Server

2003-10-09 Thread Madhav Inamti
I seem to get this error with Borland Enterprise Server (BES). Anybody else had issue with BES 5.1.1 Thanks, M [Thu Oct 09 16:05:36 PDT 2003] log4j:ERROR A org.apache.log4j.RollingFileAppender object is not assignable to a org.apache.log4j.Appender variable. [Thu Oct 09 16:05:36 PDT

RE: log4j with Borland Enterprise Server

2003-10-09 Thread Madhav Inamti
inside your WAR file? foobar.war/WEB-INF/lib ? 3) is there a copy of Log4j in the BES classpath? -Sean -Original Message- From: Madhav Inamti [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 3:18 PM To: [EMAIL PROTECTED] Subject: log4j with Borland Enterprise Server I