I know this has been asked many before. But I have already placed my user to role \"manager-script\".
I keep getting this when trying to deploy:
For those using tomcat 7.0.72 still having the same issue. do the following
tomcat.home=C:\\Program Files\\Apache Software Foundation\\Tomcat 7.0 tomcat.url=http://localhost:8080 tomcat.username=manager tomcat.password=tomcat
Note: change the username and password as above to the username and password you set in the tomcat-users.xml in c:\Program Files\apache...\
Remove the server in Netbeans
Add the tomcat server in Netbeans again and set the username and password as those in tomcat-users.xml
exit both tomcat server and Netbeans
restart your PC and start tomcat server
Run Netbeans as administrator.
These should work.