I have by default TOMCAT installed in my system which I can start/stop from terminal using:
sudo /etc/init.d/tomcat7 start
sudo /etc/init.d/tomcat7 stop
But unfortunately I can't configure the same in Eclipse.
I have tried all possibilities of directing the Apache Tomcat v7.0 in the Tomcat Installation directory (Window→Preferences→Server→Runtime Environment→Add→Tomcat7) but still getting this notification: "Unknown version of Tomcat was specified."
Can anyone help me with Tomcat configuration for Eclipse (without re-installing another server).



