Hi Neil! On Thu, 2021-10-14 at 23:56 +0000, Neil Sherin wrote:
15-Oct-2021 00:23:43.424 SEVERE [main] org.apache.catalina.startup.Catalina.initDirs Cannot find specified temporary folder at [/var/cache/tomcat/temp]
[...]
15-Oct-2021 00:23:44.584 SEVERE [main] org.apache.catalina.startup.HostConfig.beforeStart Unable to create directory for deployment: [/etc/tomcat/Catalina/localhost]
May be those two errors would be help you figuring out what is going on... On a machine here: # ll /etc/tomcat/Catalina lrwxrwxrwx 1 root root 26 Jun 8 17:54 /etc/tomcat/Catalina -> /var/cache/tomcat/Catalina # ll /var/cache/tomcat total 8 drwxrwxr-x 3 root tomcat 23 Oct 7 10:49 Catalina drwxrwx--- 2 root tomcat 4096 Oct 15 08:47 temp drwxrwx--- 3 root tomcat 22 Oct 7 10:49 work You may want to check that you have those folders and the proper permissions on them. Regards, -- Cédric