Eclipse WTP plugin no Apache Tomcat adapter
Depending on how you installed it, you might have skipped the "JST Server Adapters" (org.eclipse.jst.server_adapters.ext) and "JST Server Adapters Extensions" feature that actually contains the Apache Tomcat support.
I met the same problem before but my eclipse is indigo and also downloaded WTP... orz no tomcat found. However, I resolved by doing following:
- Go to Help > Install New Software...
- From the Work With, select "Indigo - http://download.eclipse.org/releases/indigo"
- From the list, select "Web, XML, and Java EE Development"
- Then select "JST Server Adapters"
After installed this, when I add New Server, I can see Tomcat available for selection. :) hope this helps too~