Thread Previous • Date Previous • Date Next • Thread Next |
This indicates that the user running Tomcat does not have appropriate access to the file system where Tomcat runs. So either make sure you start Tomcat as the user who owns the files, or change ownership (chown -R) for all tomcat files to the user running Tomcat.
Thread Previous • Date Previous • Date Next • Thread Next |