Return-Path: Delivered-To: apmail-jakarta-httpclient-user-archive@www.apache.org Received: (qmail 41983 invoked from network); 12 Sep 2005 05:48:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Sep 2005 05:48:47 -0000 Received: (qmail 63780 invoked by uid 500); 12 Sep 2005 05:48:46 -0000 Delivered-To: apmail-jakarta-httpclient-user-archive@jakarta.apache.org Received: (qmail 63684 invoked by uid 500); 12 Sep 2005 05:48:46 -0000 Mailing-List: contact httpclient-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: "HttpClient User Discussion" Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-user@jakarta.apache.org Received: (qmail 63669 invoked by uid 99); 12 Sep 2005 05:48:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Sep 2005 22:48:46 -0700 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_HELO_FAIL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ROLWEBER@de.ibm.com designates 195.212.29.152 as permitted sender) Received: from [195.212.29.152] (HELO mtagate3.de.ibm.com) (195.212.29.152) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Sep 2005 22:48:56 -0700 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate3.de.ibm.com (8.12.10/8.12.10) with ESMTP id j8C5mfTZ088174 for ; Mon, 12 Sep 2005 05:48:41 GMT Received: from d12av02.megacenter.de.ibm.com (d12av02.megacenter.de.ibm.com [9.149.165.228]) by d12nrmr1607.megacenter.de.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id j8C5mfIj164334 for ; Mon, 12 Sep 2005 07:48:41 +0200 Received: from d12av02.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av02.megacenter.de.ibm.com (8.12.11/8.13.3) with ESMTP id j8C5mfPG008694 for ; Mon, 12 Sep 2005 07:48:41 +0200 Received: from d12ml067.megacenter.de.ibm.com (d12ml067.megacenter.de.ibm.com [9.149.164.162]) by d12av02.megacenter.de.ibm.com (8.12.11/8.12.11) with ESMTP id j8C5mfm5008691 for ; Mon, 12 Sep 2005 07:48:41 +0200 In-Reply-To: <4324816C.2030308@nowhereatall.com> To: "HttpClient User Discussion" MIME-Version: 1.0 Subject: Re: Port problem V2.0 X-Mailer: Lotus Notes Release 6.5.4 March 27, 2005 From: Roland Weber X-MIMETrack: S/MIME Sign by Notes Client on Roland Weber/Germany/IBM(Release 6.5.4|March 27, 2005) at 12.09.2005 07:36:03, Serialize by Notes Client on Roland Weber/Germany/IBM(Release 6.5.4|March 27, 2005) at 12.09.2005 07:36:03, Serialize complete at 12.09.2005 07:36:03, S/MIME Sign failed at 12.09.2005 07:36:03: The cryptographic key was not found, Serialize by Router on D12ML067/12/M/IBM(Release 6.53HF247 | January 6, 2005) at 12/09/2005 07:48:40, Serialize complete at 12/09/2005 07:48:40 Message-ID: Date: Mon, 12 Sep 2005 07:48:39 +0200 Content-Type: text/plain; charset="US-ASCII" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Thom, try using path "/orgs.xml" instead of "orgs.xml". A wire log (headers only) might be helpful. hope that helps, Roland Thom Hehl 11.09.2005 21:11 Please respond to "HttpClient User Discussion" To HttpClient User Discussion cc Subject Re: Port problem V2.0 No change. Oleg Kalnichevski wrote: >On Sun, 2005-09-11 at 08:25 -0400, Thom Hehl wrote: > > >>OK, Roland's suggestion made sense. Therefore, I switched my Get call to >>relative, which i should have had anyway, but I was having some problems >>with it, probably because I coded wrong. >> >>Anyway, here's what I'm basically doing... >> >> >>Client.getHostConfiguration().setHost("http://orgmeta.xmlsweb.com", >>3245, "http"); >> >> >> > >Thom, > >HostConfiguration#setHost method expects a host name, not a URL. Try >this instead: >setHost("orgmeta.xmlsweb.com", 3245, "http"); > >Hope this helps > >Oleg > > > >>and then calling GetMethod with a path("orgs.xml"); >> >>The debug statements then tell me... >> >>... >>2005/09/11 08:18:03:812 EDT [DEBUG] HttpConnection - Open connection to >>orgmeta.xmlsweb.com:80 >>... >> >>This to me is a broken and requires a code change. I'm happy to help >>make it if someone would point me in the direction of how to contribute. >> >>Thanks! >> >> >> > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: httpclient-user-help@jakarta.apache.org > > > > -- "In every revolution, there is one man with a vision."--Jerome Bixby Thom Hehl www.heavyweightsoftware.com --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpclient-user-help@jakarta.apache.org