Configure Log4J for Syslog Daemon

2003-03-05 Thread Fabio Ricci
Hi Folks ! I have one question about the use of the very useful software Log4j. I need to configure Log4j to send log messages to a Syslog Daemon on a specified port. I used this configuration: # Configuration for syslog log4j.logger.syslog =DEBUG, syslogApp, syslogfileApp # Appender

how to configure LOG4J in weblogic

2003-03-05 Thread alana
Hi was trying to configure log4J in weblogic .is there a handy resource i could use. Also i needed to know that when you start weblogic is there a way i can direct it to the properties file ?? Regards Alan == Alan Andrade Programmer

RE: how to configure LOG4J in weblogic

2003-03-05 Thread Ebersole, Steven
I use log4j in weblogic (6.1.3). Not sure what you mean by handy resource. Also, not at all sure what you mean by direct it to the properties file. If you mean set up the environment such that log4j can initialize itself, of course you can. There are two options (neither of which is weblogic or

RE: how to configure LOG4J in weblogic

2003-03-05 Thread alana
Hi 2) Start weblogic with a -D option for log4j.configuration pointed to your config file by config file u mean log4j.properties?? Regards Alan -Original Message- From: Ebersole, Steven [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 6:47 PM To: 'Log4J Users List' Subject: RE:

RE: No output with Webstart application

2003-03-05 Thread Nicholas
WebStart has some small classloading limitations which are easily overcome. Basically, you cannot use disk relative references to images or configuration files, since these types of resources are assumed to be loaded off the web over HTTP. The solution is to use a known class loader to load

RE: Help with Logging (1.2.7)

2003-03-05 Thread Avi Avraham
I had the same problem, I found out that jboss has its one log4j.properties file in the jar file jbossall-client.jar. (that's were the 09:20:47,919 INFO [STDOUT] is coming from). I solve it by placing the location of my log4j.properties in the CLASSPATH before the above jar file. Hope this will

Unable to compile log4j-1.2.8

2003-03-05 Thread Joong Lee
What version of jmxri and jmxtools.jar do I need to compile? I'm getting the following error when compiling log4j using both 1.1 and 1.2. T.java: Error #: 901 : package . stated in source C:\projects\Log4J\jakarta-log4j-1.2.8\src\java\org\apache\log4j\jmx\T.java does not match directory