the keystore syntax is correct, as it works with one keytore ... the problem arises when there are multiple virtual hosts, it takes always one of them, but not the corresponding

At 17:30 17.01.2005, you wrote:
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]

----------------------------------------------------------------------- di randolph kepplinger, mba [EMAIL PROTECTED] / 0676-844899-800

metamagix - better online solutions
favoritenstrasse 19 / 1040 wien / +43.1.9902804
buero: hackengasse 27 / 1150 wien / +43.1.9902804
http://www.metamagix.net


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



Reply via email to