Hi,
Eg:-
     Generate the .keystore file 
        keytool -genkey -keyalg RSA -alias ssl -keystore test.keystore
 
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
keystoreFile="C:\JBoss-Ofbiz\ofbiz\test.keystore" keystorePass="sgshankar"
maxThreads="150"    scheme="https" secure="true"  clientAuth="false"
sslProtocol="TLS" />

Dont give brackets while giving the path of keystore file.

______________________________________________________________________

Reply via email to