2011/3/15 Olivier Lefevre <lefev...@yahoo.com>: > In the HTTPS Connector element of my server.xml I have > keystoreFile="/tomcat.jks". This works fine on Windows > but fails on Linux with "java.io.FileNotFoundException: > /tomcat.jks (No such file or directory)".
"/tomcat.jks" is a relative path on Windows, but absolute one on Linux. Try with "${catalina.home}/tomcat.jks" > Of course > $CATALINA_HOME/tomcat.jks exists and is readable. Any > idea? Tomcat was started as a daemon with > > /usr/bin/jsvc -cp ./bin/bootstrap.jar:./bin/tomcat-juli.jar \ > -outfile ./logs/catalina.out -errfile ./logs/catalina.err \ > -jvm server org.apache.catalina.startup.Bootstrap -user tomcat \ > -Dcatalina.home=/java/apache-tomcat-7.0.11 > > i.e., catalina.home is set. > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org