Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 30273 invoked from network); 23 May 2007 13:00:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 May 2007 13:00:55 -0000 Received: (qmail 31155 invoked by uid 500); 23 May 2007 13:00:47 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 31134 invoked by uid 500); 23 May 2007 13:00: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 31122 invoked by uid 99); 23 May 2007 13:00:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2007 06:00:46 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [217.140.77.184] (HELO mail.schoenhaber.de) (217.140.77.184) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2007 06:00:39 -0700 Received: from localhost (unknown [127.0.0.1]) by mail.schoenhaber.de (Postfix) with ESMTP id 21C6C7055F2A for ; Wed, 23 May 2007 13:00:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at schoenhaber.de Received: from mail.schoenhaber.de ([127.0.0.1]) by localhost (mail.schoenhaber.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8v0PleSgfhWu for ; Wed, 23 May 2007 15:00:11 +0200 (CEST) Received: from [192.168.42.6] (Gimli [192.168.42.6]) by mail.schoenhaber.de (Postfix) with ESMTP id 3C9F47055FA2 for ; Wed, 23 May 2007 15:00:11 +0200 (CEST) Message-ID: <46543ADA.6040503@schoenhaber.de> Date: Wed, 23 May 2007 15:00:10 +0200 From: =?UTF-8?B?TWFya3VzIFNjaMO2bmhhYmVy?= Reply-To: users@tomcat.apache.org User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.3) Gecko/20070519 Thunderbird/2.0.0.0 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat 6 + SSL References: <9979D2E20B236E4EAFA38D4A827C483C07EE88@hp-mail01.singularity.co.uk> <9979D2E20B236E4EAFA38D4A827C483C07EE89@hp-mail01.singularity.co.uk> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Roger Roger wrote: > I used the following connector: > keystoreFile="C:\Tomcat\keystore\.keystore" > maxThreads="150" scheme="https" secure="true" > clientAuth="false" sslProtocol="TLS" /> > > I tried this with a keystore filename without the starting dot, but that > didn't change anything. Remember that this setup works with Tomcat 5.5. Just to exclude a frequent reason for problems like this: you're not using APR, are you? Because if you were using APR the above setup wouldn't help you at all wrt creating a HTTP Connector. Regards mks --------------------------------------------------------------------- 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