unfortunately this does not seem to solve the problem ... but results in the following error (as the given keystore cannot be used)

Jan 17, 2005 4:59:29 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-62.116.64.7-8080
Jan 17, 2005 4:59:29 PM org.apache.coyote.http11.Http11Protocol init
SEVERE: Error initializing endpoint
java.io.FileNotFoundException: /home/essence/.keystore (No such file or directory)



Tomcat needs the name of the keystore to be .keystore You have it as a. b. c. The keystore file is for the path and not the name (as I understand the docs). So setup all the keystores with the default name but in dir a, b and c.


keystoreFile="/home/essence/essence/KEYS/c/.keystore"
or maybe
keystoreFile="/home/essence/essence/c/KEYS/.keystore"

As I said before, I haven't done this myself.

Doug



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



Reply via email to