Please help me with the below exceptions that I obtain while trying to deploy a WAR file on Tomcat server.
07:46:50,076 WARN HostConfig:606 - Exception whil
If you are deploying on Linux then make sure it is readable by the user that the tomcat process is running as. Run "chmod +r" to the war file to add read rights to everyone.