|
|
|
Error: initKeyStore: java.io.FileNotFoundException
The error "initKeyStore: java.io.FileNotFoundException" happens because Tomcat cannot find the keystore file. By default, Tomcat expects the keystore file to located in the directory that Tomcat runs from.
If the keystore file is in a differeny directory to the user profile directory under which Tomcat is running you will need to add a keystoreFile attribute to the FACTORY element in the Tomcat configuration file. Once the attribute under FACTORY has been added you must restart the Tomcat process
|
Provide Feedback  |
|