Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 45472 invoked from network); 13 Feb 2009 05:10:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2009 05:10:02 -0000 Received: (qmail 80978 invoked by uid 500); 13 Feb 2009 05:09:47 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 80948 invoked by uid 500); 13 Feb 2009 05:09:47 -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 80937 invoked by uid 99); 13 Feb 2009 05:09:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2009 21:09:47 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of epicwinter@hotmail.com designates 65.55.111.101 as permitted sender) Received: from [65.55.111.101] (HELO blu0-omc2-s26.blu0.hotmail.com) (65.55.111.101) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2009 05:09:36 +0000 Received: from BLU145-W5 ([65.55.111.72]) by blu0-omc2-s26.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 12 Feb 2009 21:09:15 -0800 Message-ID: Content-Type: multipart/alternative; boundary="_e78b2388-58e8-4ed3-962f-6430920356f6_" X-Originating-IP: [71.142.42.129] From: "epicwinter@hotmail.com" To: Subject: RE: ssl connector Date: Thu, 12 Feb 2009 21:09:15 -0800 Importance: Normal In-Reply-To: <0AAE5AB84B013E45A7B61CB66943C17215B77F59C0@USEA-EXCH7.na.uis.unisys.com> References: <2fb267f80902121638j3be52f68pa87eef50de813583@mail.gmail.com> <0AAE5AB84B013E45A7B61CB66943C17215B77F59C0@USEA-EXCH7.na.uis.unisys.com> MIME-Version: 1.0 X-OriginalArrivalTime: 13 Feb 2009 05:09:15.0851 (UTC) FILETIME=[3790A9B0:01C98D99] X-Virus-Checked: Checked by ClamAV on apache.org --_e78b2388-58e8-4ed3-962f-6430920356f6_ Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Thanks it makes sense now=2C i have made lots of progress. But of course= =2C like usual=2C there are some complications. The application I am deve= loping uses tomcat on the back end and a swing client on the front with the= Spring HttpInvoker. =20 So first I got it working without apr. After I set up the connector I chan= ged it so when i ran my java client using this vm parameter -Djavax.net.ssl.trustStore=3D"keystore.jks"=20 Everything worked. So next=2C I moved on to APR. I got apr properly compi= led/installed. Then I set up the connector like so: From: Chuck.Caldarale@unisys.com > To: users@tomcat.apache.org > Date: Thu=2C 12 Feb 2009 21:47:45 -0600 > Subject: RE: ssl connector >=20 > > From: epicwinter@hotmail.com [mailto:epicwinter@hotmail.com] > > Subject: RE: ssl connector > > > > So I don't understand the docs where they suggest > > defining connectors with apr and without. >=20 > APR is an additional=2C non-Java Tomcat component that utilizes code from= httpd for increased SSL performance. It uses OpenSSL=2C not Java=2C for t= he SSL negotiation and encryption=2C so there's no keystore file=2C and the= configuration is very different from that for the standard or = NIO options. The drawback of APR is that you typically have to compile it = from source for the specific platform you're running on (some binary downlo= ads are available)=2C so it's not something for the casual or first-time To= mcat administrator. >=20 > The table at the bottom of this page: > http://tomcat.apache.org/tomcat-6.0-doc/config/http.html > gives you a comparison of the three forms of connector=3B pick just one f= or your usage. >=20 > - Chuck >=20 >=20 > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY = MATERIAL and is thus for use only by the intended recipient. If you receive= d this in error=2C please contact the sender and delete the e-mail and its = attachments from all computers. >=20 > --------------------------------------------------------------------- > To unsubscribe=2C e-mail: users-unsubscribe@tomcat.apache.org > For additional commands=2C e-mail: users-help@tomcat.apache.org >=20 _________________________________________________________________ Windows Live=99: E-mail. Chat. Share. Get more ways to connect.=20 http://windowslive.com/online/hotmail?ocid=3DTXT_TAGLM_WL_HM_AE_Faster_0220= 09= --_e78b2388-58e8-4ed3-962f-6430920356f6_--