From owner-freebsd-java Thu Mar 20 18:12:40 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3073B37B401 for ; Thu, 20 Mar 2003 18:12:39 -0800 (PST) Received: from smtp.jcnet.ad.jp (smtp.jcnet.ad.jp [218.219.80.139]) by mx1.FreeBSD.org (Postfix) with SMTP id C0AFC43F93 for ; Thu, 20 Mar 2003 18:12:37 -0800 (PST) (envelope-from westbay@seaple.icc.ne.jp) Received: (qmail 14012 invoked from network); 21 Mar 2003 11:12:36 +0900 Received: from unknown (HELO vcgw3.mta.jcnet.ad.jp) (10.1.0.99) by ml02vsv.sv.jcnet.ad.jp with SMTP; 21 Mar 2003 11:12:36 +0900 Received: from vcgw1.mta.jcnet.ad.jp (localhost [127.0.0.1]) by vcgw3.mta.jcnet.ad.jp (Postfix) with ESMTP id 028E836602 for ; Fri, 21 Mar 2003 11:12:35 +0900 (JST) Received: from seaple.icc.ne.jp (cr1-167-204.seaple.icc.ne.jp [219.117.167.204]) by vcgw1.mta.jcnet.ad.jp (Postfix) with ESMTP id 594AE57003 for ; Fri, 21 Mar 2003 11:12:35 +0900 (JST) Date: Fri, 21 Mar 2003 11:12:35 +0900 Mime-Version: 1.0 (Apple Message framework v551) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: keytool and Tomcat https under 1.4.1 From: Westbay Family To: freebsd-java@FreeBSD.ORG Content-Transfer-Encoding: 7bit Message-Id: <950A308E-5B42-11D7-A432-000A9575BE46@seaple.icc.ne.jp> X-Mailer: Apple Mail (2.551) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org List, I was excited to hear that the JDK 1.4.1 was working well with Tomcat and decided to give it a try. I had no problem building JDK 1.4.1 (after unsetting the LANG variables). However, when trying to get Tomcat to run with the HTTPS connector, I've run into nothing but trouble. First of all, running % keytool -keygen -alias tomcat -keyalg RSA prompts for all the right questions then, when it should be making the .keystore, just spins its wheels at 0.00% CPU usage until the process is killed. Second, after creating a server.keystore with JDK 1.3.1 or on Mac OSX's JDK 1.4.1 (tried keystores generated from both) and modifying conf/server.xml like so: Neither 8080 (8180 for versions installed from ports) nor 8443 are accessible. There are not warnings or exceptions thrown in logs/* to indicate what is wrong. (Although if I enter keystorePass to something invalid, I do get exceptions telling me so.) Has anyone else gotten Tomcat https to work with the native JDK 1.4.1? --- Michael Westbay Work: Beacon-IT http://www.beacon-it.co.jp/ Home: http://www1.seaple.icc.ne.jp/westbay Commentary: http://www.japanesebaseball.com/forum/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message