I have gone to the link read the quick guide.
I see the declarations but cannot find any sample code.
I could see:

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.header",
 "debug");
System.setProperty("org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient",
 "debug");

But could you point to me a sample code  ?
like how to write to file ?

Thanks

Bashiro

 --- On Tue 09/11, Oleg Kalnichevski < [EMAIL PROTECTED] > wrote:
From: Oleg Kalnichevski [mailto: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
     Cc: [email protected]
Date: Tue, 11 Sep 2007 17:39:49 +0200
Subject: Re: DNS

On Tue, 2007-09-11 at 09:37 -0400, Bashiro wrote:> Hello folks,> > i am writing 
this client that updates a dns server (whereby i need first to login and the 
perform the get command).> Whn I use the basic authentication example it works 
fine> with some sites.> > But when i use on other sites that also need 
authentication first and then a second get command, i receive error message 
from httpclient that ; the site needs authentication but cannot find any. Why ? 
can anyone explain to me what is wrong ?>> Any help/comments is welcome> 
Thanks> Bashiro> Bashiro,Turn on wire/context logging and examine the 
loghttp://jakarta.apache.org/httpcomponents/httpclient-3.x/logging.htmlOleg> 
_______________________________________________> No banners. No pop-ups. No 
kidding.> Make My Way  your home on the Web - http://www.myway.com> > > > 
---------------------------------------------------------------------> To 
unsubscribe, e-mail: [EMAIL PROTECTED]> For additional
  
commands, e-mail: [EMAIL PROTECTED]> > 
---------------------------------------------------------------------To 
unsubscribe, e-mail: [EMAIL PROTECTED] additional commands, e-mail: [EMAIL 
PROTECTED]

_______________________________________________
No banners. No pop-ups. No kidding.
Make My Way  your home on the Web - http://www.myway.com



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

Reply via email to