The server option was not found when integrating Eclipse and Tomcat:
Follow the online steps below:
In Eclipse, Windows (window)--preferences (preferences)--server--Runtime environment (runtime environments)--add (add) to the Tomcat server. The version of Tomcat that corresponds to the installation chooses Apache Tomcat v6.0. Next, select the previous Tomcat installation directory via the "browse (Brower)" button and click "Finish" to complete the configuration.
The problem is that my eclipse is eclipse-standard-kepler-sr2-win32-x86_64 for the new version, which shows that there is no server option.
Here's how to fix it:
Find Help->installnew software-> "Kepler" Repository (Http://download.eclipse.org/releases/kepler)->web,xml, Java EE and OSGi Enterprise development->jst Server adaptersextensions (tick on the item)
Then the next complete installation
After the installation is complete, the server option is available,
After that, you can follow the online routine to configure Tomcat.
The server option was not found when troubleshooting eclipse configuration Tomcat