In Tomcat 4.0.4 I have the following

<Connector className="org.apache.catalina.connector.http.HttpConnector"
address="192.168.1.4" port="443"
                           enableLookups="true" scheme="https"
secure="true">
              <Factory
className="org.apache.catalina.net.SSLServerSocketFactory"
clientAuth="false" protocol="TLS"
                       keystoreFile="c:\tomcat4.0\conf\sslstore" 
                       keystorePass="tecnomen" />
</Connector>

What version of tomcat are you using? The reason I ask is the fact that you
are using the name, value attributes?

Donie


-----Original Message-----
From: Rasputin [mailto:[EMAIL PROTECTED]]
Sent: 09 January 2003 12:49
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: Re: why doesn't tomcat see my correct keystore?

* Rob Lagana <[EMAIL PROTECTED]> [0108 23:08]:
>
>
> I found out that tomcat was looking at the .keystore default...
> However I specified in the server.xml file the below and tomcat just
> ignores it.

>  <Parameter Name="keystore" Value="C:/keystore/newstore" />

I'd try putting the path relative to $CATALINA_BASE - maybe there's a
bug with the C:\ part?

"keystoreFile:
Add this attribute if the keystore file you created is not in the default
place that Tomcat expects (a file named .keystore in the user home
directory under which Tomcat is running). You can specify an absolute
pathname, or a relative pathname that is resolved against the
$CATALINA_BASE environment variable."
--
Rasputin :: Jack of All Trades - Master of Nuns

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to