Eclipse WTP plugin no Apache Tomcat adapter

2019-02-01 04:15发布

I am using Galileo Eclipse, I downloaded WTP plugin, but no Apache Tomcat plugin when I try to add Tomcat server...

any quick idea?

5条回答
beautiful°
2楼-- · 2019-02-01 05:00

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:

  1. Go to Help > Install New Software...
  2. From the Work With, select "Indigo - http://download.eclipse.org/releases/indigo"
  3. From the list, select "Web, XML, and Java EE Development"
  4. Then select "JST Server Adapters"

After installed this, when I add New Server, I can see Tomcat available for selection. :) hope this helps too~

查看更多
兄弟一词,经得起流年.
3楼-- · 2019-02-01 05:06

In WTP you can download plugins for many different web container or Java EE application servers.

To do so go to Window => Preferences => Server => Runtime Environments => Add... Select the server(s) you want to work with.

However, as Raghuram as pointed out, you'd probably be better off starting from the 'Eclipse for Java EE developers` altogether. This is because WTP is built on top of many 'infrastructure' plugins such as EMF and the dependencies are sometimes wobbly because all these plugins evolve in a parallel manner... and more often than not, API change ;-)

查看更多
可以哭但决不认输i
4楼-- · 2019-02-01 05:10

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.

查看更多
老娘就宠你
5楼-- · 2019-02-01 05:16

I had the same issue. I used @sibley solution but tomcat8.5 and over were missing. To correct that I had to click on Help>Check for Update. This will bring all missing tomcat

查看更多
爱情/是我丢掉的垃圾
6楼-- · 2019-02-01 05:18

As akavel said, make sure "JST Server Adapters Extensions" are installed too. Tomcat didn't show up for me until I installed that plugin.

查看更多
登录 后发表回答