Unknown version of Tomcat was specified with tomcat-7.0.42

Vibhor Bhardwaj picture Vibhor Bhardwaj · Jul 19, 2013 · Viewed 131.4k times · Source

I want to add latest tomcat-7.0.42 in my eclipse. Probably eclipse tomcat server adapter 7 only supports tomcat version upto 7.0.12 ..

enter image description here

So please help me how can I configure my eclipse with tomcat-7.0.42

Answer

Alexander Pogrebnyak picture Alexander Pogrebnyak · Jul 19, 2013

You are specifying tomcat source directory.

You need to specify tomcat binary installation root directory, also known as CATALINA_HOME.

Usually, this is where you untar apache-tomcat-7.0.42.tar.gz file.