I\'m trying to install Tomcat in Eclipse but I can\'t get a server tab to show up. When I go to Window -> Show View -> Other and type in \"server\", I don\'t get any re
In {workspace-directory}/.metadata/.plugins/org.eclipse.core.runtime/.settings delete the following two files:
Restart Eclipse
You can install Tomcat server form Eclipse market place.
Help -> Eclipse Market Place search for 'Tomcat' -> Install Eclipse Tomcat plugin.
After installation restart eclipse.
The reason you might not be getting any results is because you might not be having the J2EE environment setup in your Eclipse IDE. Follow these steps to solve the problem.
Hope this helps.
You have probably installed Eclipse for Java Developers instead of Eclipse IDE for Enterprise Java Developers, server tab and some other are not available.
You don't have to uninstall. Just rerun eclipse-inst-win64.exe and choose Java EE IDE
JAVA EE IDE Installation
Try to install JST Server Adapters
and JST Server Adapters Extentions
. I am running Eclipse 4.4.2 Luna and it worked.
Here are the steps I followed:
Help -> Install New Software
Choose "Luna - http://download.eclipse.org/releases/luna" site
Expand "Web, XML, and Java EE Development"
Check JST Server Adapters and JST Server Adapters Extentions
I ended up installing a new copy of Eclipse - JAVA EE, and it all works now.