try to specify a full path for keystoreFile, not a relative one.
my guess is that it is trying to read TOMCAT_HOME/bin/ssl/.keystore

Filip

Cartman wrote:
Hi, i install two tomcat intances on my machine; and i modified the
server.xml file

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

And then run the instances, and everything works ok.

But when i try use http://localhost:8443 the browser don't show anything,
why?

With firefox, appears a box for download a file, and with Internet Exporer
appears five characters



????

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

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.17/731 - Release Date: 3/23/2007 3:27 
PM


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to