Dear all,

I am encountering some peculiar behaviour with printing out the wire logs. Here's what I did in my application :

=============================
System.setProperty("org.apache.commons.logging.Log", "org.apache.commons.logging.impl.SimpleLog");
System.setProperty("org.apache.commons.logging.simplelog.showdatetime", "true");
System.setProperty("org.apache.commons.logging.simplelog.log.httpclient.wire", "debug");
System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient", "debug");


MultiThreadedHttpConnectionManager connMgr = new MultiThreadedHttpConnectionManager();
httpClient = new HttpClient(connMgr);
httpClient.setStrictMode(true);
===============================


I deployed it on one machine, and the wire logs are printed out. But on another machine, I deployed the same application and the logs weren't printed out. Can anybody help?

Paul


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to