RE: can't open org.apache.log4j.xml.examples

2003-02-07 Thread Jonathan Cowherd
I believe they are broken links off the website. The best thing to do is unjar the log4j.jar file. Bash>jar xf log4j.jar Jonathan Paul Cowherd Linux and Java Administrator Genscape, Inc. Email: [EMAIL PROTECTED] Office: (502) 583-3730 Mobile: (502) 314-0444 -Original Message- From:

RE: How to test the receiving LoggingEvent

2003-02-07 Thread Jonathan Cowherd
off the server? Thanks, - M - Original Message - From: "Jonathan Cowherd" <[EMAIL PROTECTED]> To: "'Log4J Users List'" <[EMAIL PROTECTED]> Sent: Friday, February 07, 2003 11:46 AM Subject: RE: How to test the receiving LoggingEvent >

RE: How to test the receiving LoggingEvent

2003-02-07 Thread Jonathan Cowherd
I've used SocketServer to receive messages that SocketAppender sends, then I attach a FileAppender to it. Check out my presentation: Http://www.jug-l.org/log4j.html (best viewed with IE, sorry about that). I've got examples for both the SocketAppender and SocketServer sides. You may nee

Any good setup examples with JMSAppender and JMSSink?

2003-01-22 Thread Jonathan Cowherd
I'd like to investigate the JMSAppender and JMSSink. I assume that JMSSink works similar to SocketServer where it has it's own log4j repository internally and would have a log4j.properties file that would add appenders for LoggingEvents that it received from the JMSAppender. Anyone have

RE: Problems using log4j on linux/tomcat

2003-01-13 Thread Jonathan Cowherd
# Appender RFA writes to the file "my.log" in tomcat's logs dir log4j.appender.RFA=org.apache.log4j.RollingFileAppender Make sure that you have a line return at the end of "logs dir" with log4j.appender.RFA=org.apache.log4j.RollingFileAppender on it's own line Something like the following: # Att

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

RE: STDOUT & STDERR in jboss

2003-01-03 Thread Jonathan Cowherd
are coming from. hope that makes sense -----Original Message- From: Jonathan Cowherd [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 8:26 AM To: '[EMAIL PROTECTED]' Subject: STDOUT & STDERR in jboss JBOSS redirects all System.err and System.out to log4j some

STDOUT & STDERR in jboss

2003-01-03 Thread Jonathan Cowherd
JBOSS redirects all System.err and System.out to log4j some how. Is this something the JBOSS group did or is it something that is a part of log4j? [2003-01-03 10:35:51,740,root] Installed System.out adapter [2003-01-03 10:35:51,742,root] Installed System.err adapter Jonathan Paul Cowherd Linux a