Tomcat 4.1 https problem

2003-08-14 Thread Hou, Rowena
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

Re: Tomcat 4.1 https problem

2003-08-14 Thread Jeff Tulley
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 ([EMAIL PROTECTED]) (801)861-5322 Novell, Inc., The Leading Provider of Net Business Solutions

Re: Tomcat 4.1 https problem

2003-08-14 Thread
Hou, Rowena, you may by change server.xml like this,try again. You will be sucessful. keystoreFile=mykeystore keystorePass = password === 2003-08-06 16:23:00 === Hi, I've been running Tomcat as a standalone Web server for a while. My project run

Re: Tomcat 4.1 https problem

2003-08-14 Thread Bill Barker
full path to mykeystore is a very unusual name for a file. ;-). Hou, Rowena [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] 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

RE: Tomcat 4.1 https problem

2003-08-10 Thread Scott Stewart
Development] [EMAIL PROTECTED] ClearSky Mobile Media, Inc. 56 E. Pine St. Suite 200 Orlando, FL 32801 USA -Original Message- From: Tim Davidson [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 9:08 AM To: Tomcat Users List Subject: RE: Tomcat 4.1 https problem I had the same problem

RE: Tomcat 4.1 https problem

2003-08-08 Thread Tim Davidson
, August 08, 2003 2:15 PM To: 'Tomcat Users List' Subject: RE: Tomcat 4.1 https problem I am running Tomcat 4.1.24 in standalone mode using https with no problems. How do you have the non-SSL and SSL Connectors defined in your server.xml? Also, where do your key/cert files live (i.e. within

RE: Tomcat 4.1 https problem

2003-08-08 Thread Tim Davidson
:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 12:42 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Tomcat 4.1 https problem Hou, Rowena, you may by change server.xml like this,try again. You will be sucessful. keystoreFile=mykeystore keystorePass

RE: Tomcat 4.1 https problem

2003-08-08 Thread Hou, Rowena
catalina run will let me see the error. Thanks -Original Message- From: Jeff Tulley [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 4:33 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.1 https problem Try simply catalina run to have it run in the current window. Then see