Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 19711 invoked from network); 24 Sep 2007 04:42:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Sep 2007 04:42:48 -0000 Received: (qmail 92973 invoked by uid 500); 24 Sep 2007 04:42:27 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 92949 invoked by uid 500); 24 Sep 2007 04:42:27 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 92938 invoked by uid 99); 24 Sep 2007 04:42:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Sep 2007 21:42:27 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.97.136.187] (HELO n068.sc1.he.tucows.com) (64.97.136.187) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2007 04:42:27 +0000 Received: from [10.128.2.17] (66.28.50.5) by n068.sc1.he.tucows.com (7.2.069.1) (authenticated as med.thomas@virgin.net) id 46E8BA7A000D9F3E for users@tomcat.apache.org; Mon, 24 Sep 2007 04:25:16 +0000 Message-ID: <46F73C2A.8090801@apache.org> Date: Mon, 24 Sep 2007 05:25:14 +0100 From: Mark Thomas User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: =?ISO-8859-1?Q?=3F=3F=3A_could_two_tomcat_servers_?= =?ISO-8859-1?Q?have_mutual_authentication=3F?= References: <96963f0c0709231816w7e00fdf6v23e0b070b8d566d9@mail.gmail.com> <000601c7fe49$ecf1b640$c6d522c0$@com> <96963f0c0709231846t1e3f21d3rd914226fd75343f6@mail.gmail.com> <46F72DB6.1020307@apache.org> <96963f0c0709232106i6fce39a1sa544fcea57da6a4b@mail.gmail.com> In-Reply-To: <96963f0c0709232106i6fce39a1sa544fcea57da6a4b@mail.gmail.com> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org quanxin zhu wrote: > Could you explain it in detail? You have written the code to call a web service. You need to write additional code to pass a certificate. > where could I find the instruction to modify the code to implement this > function? Goggle woudl be a good place to start. > I have another questions, when navigate a servlet using browser, the tomcat > server could trasfer the certification to browser automatically, > why cannot it transfer the certification to other tomcat servers for > authentication? Because in Tomcat to browser communciation Tomcat is acting as the server and Tomcat includes code to pass the certificate to the client in this case. When you write a servlet that calls a web service, your servlet is acting as a client and you have to hand code the SSL aspects in the same way as every other aspect of the web service client. Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org