I have seen the logger files now. Thanks for the help.. I have enclosed my log for anyone to help me to see what I am doing wrong..
thanks Bashiro --- On Tue 09/11, Bashiro < [EMAIL PROTECTED] > wrote: From: Bashiro [mailto: [EMAIL PROTECTED] To: [email protected] Date: Tue, 11 Sep 2007 14:28:30 -0400 (EDT) Subject: Re: DNS 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 ?ThanksBashiro --- On Tue 09/11, Oleg Kalnichevski < [EMAIL PROTECTED] > wrote:From: Oleg Kalnichevski [mailto: [EMAIL PROTECTED]: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]: Tue, 11 Sep 2007 17:39:49 +0200Subject: Re: DNSOn 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] banners. No pop-ups. No kidding.Make My Way your home on the Web - http://www.myway.com---------------------------------------------------------------------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]
