Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 16750 invoked from network); 26 Jul 2007 17:24:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jul 2007 17:24:54 -0000 Received: (qmail 71459 invoked by uid 500); 26 Jul 2007 17:24:37 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 71447 invoked by uid 500); 26 Jul 2007 17:24:37 -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 71433 invoked by uid 99); 26 Jul 2007 17:24:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2007 10:24:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of Jeff.Baldwin@ncmail.net designates 149.168.220.198 as permitted sender) Received: from [149.168.220.198] (HELO relay2.ncmail.net) (149.168.220.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2007 10:24:29 -0700 Received: from relay2.ncmail.net (127.0.0.1) by relay2.ncmail.net (7.3.118) id 46878D4100198638 for users@tomcat.apache.org; Thu, 26 Jul 2007 13:24:08 -0400 Received: from [149.168.181.186] (149.168.181.186) by relay2.ncmail.net (7.3.118) (authenticated as jeff.baldwin) id 46878D40001801D4 for users@tomcat.apache.org; Thu, 26 Jul 2007 13:24:08 -0400 Message-ID: <46A8D8CD.4040604@ncmail.net> Date: Thu, 26 Jul 2007 13:24:29 -0400 From: "Jeffrey C. Baldwin" User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: users@tomcat.apache.org Subject: Tomcat 5.0.28 - SSL Setup Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hello All, I'm in a bit of a pinch here. Just had an old Solaris server fail that housed our TomCat environment and now I'm trying to put the pieces back together on a new server. I have a few of the applications up and running.. but now I've run into an app that wants to run over ssl and I'm having a hard time getting it to work. Environment: Tomcat 5.0.28 running on CentOS 5 I am including my server.xml below. I have already generated my certificate after reading this document and put the cert into /usr/local/tomcat: http://tomcat.apache.org/tomcat-5.0-doc/ssl-howto.html Can someone please advice me on how to get ssl up and running on port 8443? factory org.apache.catalina.users.MemoryUserDatabaseFactory pathname conf/tomcat-users.xml --------------------------------------------------------------------- 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