im having trouble deploying a war file on tomcat.
i have written a webapp in netbeans on my windows machine. it all runs fine. what i want to do is deploy the applicatio
It could be a file protection issue, which you can fix by issuing something like: chmod 755 webapp.war
it happened to me that my sftp would just slap a 700 on the file transferred, causing that error.