On 6/7/05, Dmitry Markushevich <[EMAIL PROTECTED]> wrote: > Logging seems to compile to into org.apache.log4j. JMeter expects > log.apache.log. Am I missing something?
Have you downloaded all the jars? And all the property files? Are you building using build.xml? JMeter uses Avalon Logkit for all except Apache Httpclient which uses Apache Logging. In turn that uses Avalon logkit by default. > > -d > > > On Tue, 2005-06-07 at 13:16 +0100, sebb wrote: > > For building JMeter, you need to download all the libraries - logging > > is in one of these. > > > > On 6/6/05, Dmitry Markushevich <[EMAIL PROTECTED]> wrote: > > > Hello all. > > > > > > I have a very simple script that involves (1) logging into a site, > > > grabbing the cookie, and then (2) hitting a link (that requires > > > authorization). On Windows, this works flawlessly. On Linux, something > > > funny happens and the second request (2) fails in an interesting way. I > > > suspect that this has something to do with a cookie. Has this happened > > > to anyone before? I'm running JMeter 2.0.3 on Java 1.4.2_04 (Linux). > > > On Windows, it's java 1.4.2_03, and the same version of Jmeter. > > > > > > I've been trying to compile jmeter from source to add some debugging, > > > however I can't find org.apache.log package. Where is it? > > > > > > I'd appreciate any and all advice. > > > > > > Thanks in advance, > > > > > > -Dmitry > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

