On 09/02/2015 11:00, Christoph P.U. Kukulies wrote: > What are these warnings an stacktraces about?
You've configured Tomcat to load classes from directories that don't exist (or to more exact are not visible to the user Tomcat is running as). > Feb 09, 2015 11:42:09 AM org.apache.catalina.startup.ClassLoaderFactory > validateFile > WARNING: Problem with directory [/usr/share/tomcat8/common/classes], > exists: [false], isDirectory: [false], canRead: [false] > Feb 09, 2015 11:42:09 AM org.apache.catalina.startup.ClassLoaderFactory > validateFile > WARNING: Problem with directory [/usr/share/tomcat7/common], exists: > [false], isDirectory: [false], canRead: [false] <snip/> Hmm. Tomcat 8 and Tomcat 7 in the same config. Something looks to be broken. > Feb 09, 2015 11:42:10 AM > org.apache.tomcat.util.net.jsse.JSSESocketFactory getStore > SEVERE: Failed to load keystore type JKS with path > /usr/share/tomcat7/.keystore due to /usr/share/tomcat7/.keystore (No > such file or directory) Tomcat has been configured to load a keystore from a location it can;t access. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org