I'm trying to run a Java EE project on my Eclipse(Luna). but I'm getting this "ERROR: '/lib/servlet-api.jar' not found!" it says also that
Possible reasons may include one or more of the following: - The Tomcat 'CATALINA_HOME' environment variable was not set properly - Tomcat was not installed properly
however I have already set 'CATALINA_HOME' as "/usr/local/tomcat7/apache-tomcat-7.0.55" under the run configurations. I still don't get what's wrong with the definition of my CATALINA_HOME, should I set it differently?