Where is the default location of the .keystore file?
How  do I specify the another location for  the .keystore file then?

Thanks

On 30 Nov 2002 at 19:16, anywhere-info wrote:

> As far as i know you dont need to specify "default" location. 
> keystoreFile attribute is to be used only if file is stored in location 
> besides "default".
> 
> Peter Lee wrote:
> 
> >How do I specify default localtion of .keystore file in the server.xml file?
> >
> >    <!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
> >    <!---->
> >    <Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
> >               port="443" minProcessors="5" maxProcessors="75"
> >               enableLookups="true"
> >           acceptCount="10" debug="0" scheme="https" secure="true"
> >               useURIValidationHack="false">
> >      <Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
> >               clientAuth="false" protocol="TLS" 
> >               keystoreFile = ".keystore"
> >               keystorePass = "changeit"/>
> >    </Connector>
> >
> >
> >--
> >To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> >
> >  
> >
> 
> -- 
> Your favorite stores, helpful shopping tools and great gift ideas. 
> Experience the convenience of buying online with Shop@Netscape! 
> http://shopnow.netscape.com/
> 
> 
> 
> --
> 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