I am new to Tomcat on Windows. I am trying to deploy my Java project which I have made in RHEL 5 using Tomcat. Now I want to run that project on window. So I copied and past
Grant all permissions to the tomcat directory.
sudo chmod -R 777 /path/to/tomcat/directory
mine was "/opt/tomcat/"
/opt/tomcat/
It worked for me. Hope it helps.
Note : Don't forget sudo
sudo