You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Velurethu, Abi J" <ab...@merck.com> on 2007/09/14 21:14:40 UTC

Tomcat 4.1 SSL Question

> Hello,
> 
> I have an issue with tomcat 4.1 SSL setup.  I am running multiple
> instances of Tomcat on one server, Tomcat 1, Tomcat 2, Tomcat 3...
> 
> I am setting up SSL on one of the Tomcat instances...the non-ssl port
> is 8180 and it is working fine.  The ssl port is 8444.  I did all the
> configurations, when I access https://localhost:8444 it will work for
> the first time I access it.  The second time I try to access the page,
> I don't get anything.  I get the page cannot fond error.
> 
> I am using java sdk 1.4.1_03. 
> 
> Any ideas?  Btw. I am fairly new to Tomcat. 
> 
> Here is info from the server.xml file
> 
>     
> --> 
> - <!-- 
>  Define a non-SSL Coyote HTTP/1.1 Connector on port 8081 
> --> 
> <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
> port="8180" minProcessors="25" maxProcessors="75"
> enableLookups="false" redirectPort="8444" acceptCount="100" debug="0"
> connectionTimeout="20000" useURIValidationHack="false"
> disableUploadTimeout="true" /> 
> - <\l >  <!-- 
> 
> - <!-- 
>  Define a SSL Coyote HTTP/1.1 Connector on port 8443 
> --> 
> - <\l >  <Connector
> className="org.apache.coyote.tomcat4.CoyoteConnector" port="8444"
> minProcessors="25" maxProcessors="75" enableLookups="false"
> acceptCount="100" debug="0" scheme="https" secure="true"
> useURIValidationHack="false" disableUploadTimeout="true"> 
> <Factory
> className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
> keystoreFile="D:/.keystore" keystorePass="alpha5.2" clientAuth="false"
> sslprotocol="TLS" /> 
> </Connector>
> 

------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments, contains
information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station,
New Jersey, USA 08889), and/or its affiliates (which may be known
outside the United States as Merck Frosst, Merck Sharp & Dohme or MSD
and in Japan, as Banyu - direct contact information for affiliates is 
available at http://www.merck.com/contact/contacts.html) that may be 
confidential, proprietary copyrighted and/or legally privileged. It is 
intended solely for the use of the individual or entity named on this 
message. If you are not the intended recipient, and have received this 
message in error, please notify us immediately by reply e-mail and then 
delete it from your system.

------------------------------------------------------------------------------