I\'ve a dynamic web app in Eclipse that is using Tomcat as runtime environment.
I cannot add Javadoc path Tomcat Servlet API: as appears, the edit button is always d
In Package Explorer of your project go to Java Resources > Libraries. Rightclick servlet-api.jar, choose Properties and specify the source location there (the apache-tomcat-x.x.x-src.zip file).
or
In Package Explorer of your project go to Java Resources > Libraries. Rightclick servlet-api.jar, choose Properties and specify the source location there (http://docs.oracle.com/javaee/7/api/). This will give a direct link to the api online.