Setup:
Problem:
When I try to add a new Tomcat
If you have installed Tomcat 7 with apt-get in a Debian/Ubuntu system, the cleanest solution to this problem is to assign the user under which Eclipse is running to the tomcat7 group.
If for example that user's username is pippo then you just need to run:
sudo adduser pippo tomcat7
Note: you need to log out and log back in for the changes to take effect.