Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 12986 invoked from network); 6 Aug 2003 20:33:24 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 6 Aug 2003 20:33:24 -0000 Received: (qmail 19717 invoked by uid 97); 6 Aug 2003 20:36:07 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 19710 invoked from network); 6 Aug 2003 20:36:06 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 6 Aug 2003 20:36:06 -0000 Received: (qmail 11572 invoked by uid 500); 6 Aug 2003 20:33:07 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 11505 invoked from network); 6 Aug 2003 20:33:05 -0000 Received: from prv-mail20.provo.novell.com (137.65.81.122) by daedalus.apache.org with SMTP; 6 Aug 2003 20:33:05 -0000 Received: from INET-PRV-MTA by prv-mail20.provo.novell.com with Novell_GroupWise; Wed, 06 Aug 2003 14:33:11 -0600 Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.5.1 Date: Wed, 06 Aug 2003 14:33:04 -0600 From: "Jeff Tulley" To: Subject: Re: Tomcat 4.1 & https problem Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Try simply "catalina run" to have it run in the current window. Then see what exception you get. (Hopefully you are on an OS that will allow you to scroll back and see the exception) Jeff Tulley (jtulley@novell.com) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions http://www.novell.com >>> Rowena.Hou@scr.siemens.com 8/6/03 2:23:05 PM >>> Hi, I've been running Tomcat as a standalone Web server for a while. My project run fine at http with sign applet. I want to switch from HTTP to HTTPS. I followed the directions in the document" http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html" : 1. keytool -genkey -alias tomcat -keyalg RSA -keystore mykeystore 2. keytool -certreq -keyalg RSA -alias tomcat -file certreq.csr -keystore mykeystore and 3. uncommented the connector provided by the config file: However, it isn't working. I can't start Tomcat at all. I don't get any errors at prompt or in the logs; I tried to use command window run "start tomcat". It popup a command prompt and disappear. If I change className to