RE: log4j SocketServer issue

2003-01-03 Thread Jonathan Cowherd
l: [EMAIL PROTECTED] Office: (502) 583-3730 Mobile: (502) 314-0444 -Original Message- From: Jonathan Cowherd [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 3:31 PM To: '[EMAIL PROTECTED]' Subject: log4j SocketServer issue I'm on a internal network which doesn'

log4j SocketServer issue

2003-01-03 Thread Jonathan Cowherd
I'm on a internal network which doesn't resolve IPs to domain names. It looks as if org.apache.log4j.net.SocketServer will handle IPs for conf files like: java -cp log4j.jar org.apache.log4j.net.SocketServer 3000 log4j.properities conf and my remote config files are: conf/192.168.15.103.lcf I

AW: using log4j socketserver for non-Java applications?

2002-12-11 Thread Garhoefer Andreas
-- To unsubscribe, e-mail: > For additional commands, e-mail: > -- To unsubscribe, e-mail: > For additional commands, e-mail: > -Ursprüngliche Nachricht- Von: Ceki Gülcü [mailto:[EMAIL PROTECTED]] Gesendet am: Mittwoch, 11. Dezember 2002 16:14 An: Log4J Users List Betreff:

Re: using log4j socketserver for non-Java applications?

2002-12-11 Thread Ceki Gülcü
Not to my knowledge. However, I would be very interested in a cross-language appender/receiver pair. At 16:12 11.12.2002 +0100, Garhoefer Andreas wrote: hi! I would like to use the log4j SocketServer for C++ apps (using log4cpp). As far as I can see, the SocketAppender sends (serialized

using log4j socketserver for non-Java applications?

2002-12-11 Thread Garhoefer Andreas
hi! I would like to use the log4j SocketServer for C++ apps (using log4cpp). As far as I can see, the SocketAppender sends (serialized) objects over the net which are java-specific. So using log4cpp from a C++ application means that I have to write an appender which is able to creates serialized

Re: Log4j SocketServer

2002-08-27 Thread Daniel Serodio
On Tue, 2002-08-27 at 10:18, Kettal, El-Yamine wrote: > Hi, > > I have the following question regarding the class SocketServer.java (used to > allow TCP connection): > > In the function main, when a connection is accepted a thread is created at > the following line: > new Thread(new Socket

Log4j SocketServer

2002-08-27 Thread Kettal, El-Yamine
Hi, I have the following question regarding the class SocketServer.java (used to allow TCP connection): In the function main, when a connection is accepted a thread is created at the following line: new Thread(new SocketNode(socket, h)).start(); As the reference to this thread is not ke