Hi everybody, I try to configure my apache tomcat server with ssl support,
but  I can't. I've done everything but don't work.

I've visited some web pages where say, the same but I can't configure my
tomcat.

http://tomcat.apache.org/tomcat-5.0-doc/ssl-howto.html
http://www.digicert.com/ssl-certificate-installation-tomcat.htm
http://e-docs.bea.com/ales/docs21/admindeployguide/ssl.html
http://www.apachefrance.com/Manuels/Tomcat_3.0/tomcat-ssl-howto.html
http://users.skynet.be/pascalbotte/art/server-cert.htm

Please, somebody help me...

I sent my KEY.pem to my CA and they sent me two files CERTICAMARA.cer and
MYCOMPANY.cer.

Whit both I do that...

keytool -import -alias root -keystore c:\MYCOMPANY.keystore -trustcacerts
-file CERTICAMARA.cer

and...

keytool -import -alias tomcat -keystore c:\MYCOMPANY.keystore -trustcacerts
-file MYCOMPANY.cer

and then into my server.xml (%CATALINA_BASE%\instancia2\conf\server.xml) ...

<Connector
     port="8081"
     minProcessors="5"
     maxProcessors="75"
     enableLookups="true"
     disableUploadTimeout="true"
     acceptCount="100"
     debug="0"
     scheme="https"
     secure="true"
     clientAuth="false"
     sslProtocol="TLS"
     keystorePass = "changeit"
     keystoreFile = "c:\MYCOMPANY.keystore">
   </Connector>

My tomcat instalation directory is...

%CATALINA_HOME%\bin
%CATALINA_HOME%\conf
%CATALINA_HOME%\common
%CATALINA_HOME%\logs
%CATALINA_HOME%\server
%CATALINA_HOME%\shared
%CATALINA_HOME%\temp
%CATALINA_HOME%\webapp
%CATALINA_HOME%\work

%CATALINA_BASE%\

%CATALINA_BASE%\instancia1\conf
%CATALINA_BASE%\instancia1\logs
%CATALINA_BASE%\instancia1\server
%CATALINA_BASE%\instancia1\temp
%CATALINA_BASE%\instancia1\webapp
%CATALINA_BASE%\instancia1\work

%CATALINA_BASE%\instancia2\conf
%CATALINA_BASE%\instancia2\logs
%CATALINA_BASE%\instancia2\server
%CATALINA_BASE%\instancia2\temp
%CATALINA_BASE%\instancia2\webapp
%CATALINA_BASE%\instancia2\work



Whep me plese...



--
Gracias.
Atentamente,
Carlos Arturo Trujillo Silva
Ingeniero de Sistemas

Reply via email to