I am following the FME Server SSL Configuration steps as described online.
First I had to move the tomcat.keystore file into te tomcat root folder. Later I was asked to set the keystoreFile path in the tomcat server.xml:
keystoreFile="<FMEServerDir>Utilities omcat omcat.keystore"
Wouldnt it be better to set the default value of this parameter to:
keystoreFile="tomcat.keystore"
In that case the user does not have to set te path anymore, as long as the tomcat.keystore file is placed in the tomcat root folder. Which is the case when the user follows the manual.
