I'm using Tomcat 4.1, J2SDK 1.4.2 and Windows Environment. Mohammad Musleh Software Architect and Developer Computer Science Dept., MUM Fairfield, IA 52557 USA Phone: (641) 472 7000 x 4326
-----Original Message----- From: Keshav Sarin [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 11:18 AM To: [EMAIL PROTECTED] Subject: RE: MM:Tomcat with SSL What version of Tomcat are you using? >>> [EMAIL PROTECTED] 01/13/04 09:37AM >>> Hi; Yes, when I generated .keystore file it asked me about a password and I used "changeit" password. this is the portion that I uncommented within server.xml file <Connector className="org.apache.coyote.tomcat4.CoyoteConnector" port="8443" minProcessors="5" maxProcessors="75" enableLookups="true" acceptCount="100" debug="0" scheme="https" secure="true" useURIValidationHack="false" disableUploadTimeout="true"> <Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory" clientAuth="false" protocol="TLS" /> </Connector> Thanks Mohammad Musleh Software Architect and Developer Computer Science Dept., MUM Fairfield, IA 52557 USA Phone: (641) 472 7000 x 4326 -----Original Message----- From: Keshav Sarin [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 10:27 AM To: [EMAIL PROTECTED] Subject: RE: MM:Tomcat with SSL I assume you have used the default password. Also, can you send the "SSL HTTP/1.1 Connector" element from the server.xml? >>> [EMAIL PROTECTED] 01/13/04 09:17AM >>> Hi; .keystore file is in the default folder where Tomcat suppose to access. I mean Tomcat knows the location of .keystore file, and it starts by the same user. I'm doing all of this stuff on my own PC. Thanks Mohammad Musleh Software Architect and Developer Computer Science Dept., MUM Fairfield, IA 52557 USA Phone: (641) 472 7000 x 4326 -----Original Message----- From: Keshav Sarin [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 10:08 AM To: [EMAIL PROTECTED] Subject: Re: MM:Tomcat with SSL Look for a .keystore file under the home directory of the user that generated the key. Make sure Tomcat is started by the same user. >>> [EMAIL PROTECTED] 01/13/04 09:01AM >>> GlacierDear guys; - I have Java 2 SDK 1.4.2 that come with JSSE - Apache Tomcat version 4.1 - I'm using Windows environment I'm having a problem when I configured Tomcat with SSL, I followed HOW TO steps in Apache web site like this 1. have generated the key using this command %JAVA_HOME%\bin\keytool -genkey -alias tomcat -keyalg RSA 2. Uncommented the "SSL HTTP/1.1 Connector" in server.xml 3. Restarted Tomcat But I got the following problem Jan 13, 2004 9:56:44 AM org.apache.coyote.http11.Http11Protocol init SEVERE: Error initializing socket factory java.lang.ClassNotFoundException: Can't find any SSL implementation at org.apache.tomcat.util.net.SSLImplementation.getInstance(SSLImplementation.j ava:97) at org.apache.tomcat.util.net.SSLImplementation.getInstance(SSLImplementation.j ava:103) .... I searched for SSLImplementation class and I found it in a jar file, and that jar file is in the class path. Any answers or suggestion why I'm getting this error and how to solve it??? Thanks Mohammad Musleh Software Architect and Developer Computer Science Dept, MUM Fairfield, IA 52557 USA Phone: (641) 472 7000 x 4326 --------------------------------------------------------------------- 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] --------------------------------------------------------------------- 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] --------------------------------------------------------------------- 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]
