Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse WTP plugin no Apache Tomcat adapter

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

any quick idea?

like image 254
d-man Avatar asked Feb 21 '11 12:02

d-man


People also ask

Why Apache server is not showing in eclipse?

You need to go to Help>Eclipse Marketplace . Then type server in the search box it will display Eclipse JST Server Adapters (Apache Tomcat,...) . Select that one and install it . Then go back to Window>Preferences>Server>Runtime Environnement, click add choose Apache tomcat version then add the installation directory .

How can I add Tomcat server to eclipse?

For configuring the tomcat server in eclipse IDE, click on servers tab at the bottom side of the IDE -> right click on blank area -> New -> Servers -> choose tomcat then its version -> next -> click on Browse button -> select the apache tomcat root folder previous to bin -> next -> addAll -> Finish.

Is Tomcat included in eclipse?

Note: Download the latest version of eclipse IDE using this link and also configure the java environment. By default when Eclipse IDE is downloaded, it doesn't come with Tomcat installed with it.


2 Answers

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.

like image 140
nitind Avatar answered Sep 17 '22 16:09

nitind


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~

like image 42
sibley Avatar answered Sep 19 '22 16:09

sibley