Re: Capturing OC4J logging

2005-09-12 Thread Jacob Kjome
Quoting Michael A Chase [EMAIL PROTECTED]: I'm not at work now so I don't have the exact version information, but I don't think it matters much. We are running a web application under OC4J which provides logging via a ServletContext com.evermind.http.Application. We've converted all our

package org.apache.log4j does not exist

2005-09-12 Thread Denise Mangano
I am new to Log4j and I am running into a problem getting it to work on my server. I have done the following: 1) Downloaded files from logging.apache.org and extracted them to a directory of my choice. 2) I defined $LOG4J_HOME and added $LOG4J_HOME/dist/lib/log4j-1.2.12.jar to my $PATH in

RE: package org.apache.log4j does not exist

2005-09-12 Thread Harp, George
log4j.jar in your classpath maybe? or the classes themselves not in the classpath if you unpacked them? -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 10:50 AM To: log4j-user@logging.apache.org Subject: package org.apache.log4j does

RE: package org.apache.log4j does not exist

2005-09-12 Thread Denise Mangano
See this is where I get confused. I'm running Red Hat Linux, and the only 'classpath' I am aware of is in the user's .bash_profile. This is what my tomcat's .bash_profile looks like: # User specific environment and startup programs LOG4J_HOME=/usr/local/tomcat/logs/logging-log4j-1.2.12

RE: package org.apache.log4j does not exist

2005-09-12 Thread Harp, George
you can also set CLASSPATH variable or designate the classpath on the call to java. java -classpath :$LOG4J_HOME/dist/lib/log4j-1.2.12.jar program Check on the spelling of the CLASSPATH variable if you go that route to be sure I spelled it right. -Original Message- From: Denise

RE: package org.apache.log4j does not exist

2005-09-12 Thread Denise Mangano
Well thank you for your help. It worked when I designated the classpath on the call to java just as you suggested. So what I ended up doing was just adding CLASSPATH=$PATH export CLASSPATH to my .bash_profile and that did the trick. Thanks again! -Original Message- From: Harp,

RE: package org.apache.log4j does not exist

2005-09-12 Thread Harp, George
np and gl -Original Message- From: Denise Mangano [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 11:11 AM To: Log4J Users List Subject: RE: package org.apache.log4j does not exist Well thank you for your help. It worked when I designated the classpath on the call to java

Re: package org.apache.log4j does not exist

2005-09-12 Thread James Stauffer
2) I would think that you would want to add it to your classpath, not your path. On 9/12/05, Denise Mangano [EMAIL PROTECTED] wrote: I am new to Log4j and I am running into a problem getting it to work on my server. I have done the following: 1) Downloaded files from logging.apache.org and

Timing difference in log4j

2005-09-12 Thread sslSuresh Appala
Hi, I am using log4j for logging my application logs. My weblogic server logs are giving correct local time where as in my application(deployed in weblogic) logs, there is 8 hrs lack in timing compared to the localtime . May I know what could be the cause? Pls. help me in resolving this time

Re: Wierd problem while unmarshalling

2005-09-12 Thread Arunkumar Soundararajan
Hi Any updates on this? Now a days Im getting this error SAXException: Parsing Error : Content is not allowed in prolog According to the documentation it says That's a parser error, not a JDOM error. Either your content is malformed (you didn't send it in so we can't know) or your parser is