I had the same problem, it seems to occur when you uncomment the connector in server.xml and causes tomcat to exit, making it impossible to see what the error message was. I gave up in the end. Have you been able to get it working?
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[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 = "password" ======= 2003-08-06 16:23:00 您在来信中写道:======= >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: > <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" > port="8443" minProcessors="5" maxProcessors="75" > enableLookups="true" > acceptCount="10" debug="0" scheme="https" secure="true" > useURIValidationHack="false"> > <Factory >className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory" > clientAuth="false" protocol="TLS" > keystoreFile="full path to mykeystore" > keystorePass- "changeit" > /> > </Connector> > >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 ><Factory className="org.apache.catalina.net.SSLServerSocketFactory" >which used in document. I can start Tomcat and get "http://localhost:8443" >work but not https://localhost:8443 ( I commented out connector for http in >server.xml file). >I use jakarta-tomcat-4.1.12-LE-jdk14 which come with jbuilder 8. runing on >Window 2000 and IE 6 > >Question: >1. How can I fix the problem. >2. How can I find out error message? I tried to rum "catalina debug >-security" from command prompt. Most of error message is unrecognized. > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] = = = = = = = = = = = = = = = = = = = = 致 礼! 唐文民 [EMAIL PROTECTED] 2003-08-08 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
