Return-Path: Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: (qmail 69057 invoked from network); 1 Apr 2008 09:45:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Apr 2008 09:45:00 -0000 Received: (qmail 73199 invoked by uid 500); 1 Apr 2008 09:44:59 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 73174 invoked by uid 500); 1 Apr 2008 09:44:59 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 73165 invoked by uid 99); 1 Apr 2008 09:44:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 02:44:59 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kpa@mgr.ru designates 194.186.222.143 as permitted sender) Received: from [194.186.222.143] (HELO pigeon.mgr.ru) (194.186.222.143) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 09:44:08 +0000 Received: from dove.mgr.ru (dove.mgr.ru [150.0.0.240]) by pigeon.mgr.ru (8.13.1/8.13.1) with ESMTP id m319gkos027100 for ; Tue, 1 Apr 2008 13:43:00 +0400 Received: by dove.mgr.ru with Internet Mail Service (5.5.2653.19) id <2AKHJ24Z>; Tue, 1 Apr 2008 13:44:04 +0400 Message-ID: From: kpa@mgr.ru To: httpclient-users@hc.apache.org Subject: Using Examples Questions - TrivialApp Date: Tue, 1 Apr 2008 13:43:54 +0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C893DC.E67B38E4" X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C893DC.E67B38E4 Content-Type: text/plain Hello! I'm novice & trying the TrivialApp.java example with commons-httpclient-3.1.jar and commons-logging-1.1.1.jar and have some problems/questions: 1) I MUST add commons-codec-1.3.jar into -classpath param to run TrivialApp.class otherwise I have exception, 2) How to switch-on logging? I've used -Dorg.apache.commons.loggin.simplelog.defaultlog=... but havn't any log. TrivialApp.class works and shows the page pointed by URL on intranet servers. My next step - to use NTLM authentication with my proxy and go to Internet. Should I modify commons-httpclient classes? Thanks ------_=_NextPart_001_01C893DC.E67B38E4--