codingbear
codingbear

Reputation: 15063

Tomcat not shown on the Eclipse

I'm trying to install tomcat sysdeo plugin for Eclipse, but I ran into some problems before I even got to the setting/configuration part of the plugin.

When I run my Eclipse, under Preferences, I do not see tomcat section. Besides downloading the tomcat, I know I'm missing some steps here to show it on the Eclipse.

Does anyone know what I'm missing here? I just want to see tomcat under Preferences so that I can change or set configuration stuffs via Eclipse.

Thanks!!!

Upvotes: 2

Views: 5293

Answers (3)

VonC
VonC

Reputation: 1323553

What version of eclipse are you using here ?

If this is eclipse3.4 or 3.5Mx, I recommend to download tomcatPluginV321.zip and uncompressed it in your [eclipse](*)\dropins\ directory (dropins, not plugins: since the p2 update system, do not put external plugins into the plugins directories -- like this tutorial suggests --, always dropins)

(*) [eclipse] being your installation directory for eclipse, containing eclipse.exe.

You should then have:

[eclipse]\dropins\com.sysdeo.eclipse.tomcat_3.2.1\...

Relaunch (even without the -clean option), and there you should have it: tomcat menu on the main menu bar.

I just did it, and "it just works"TM

alt text
(source: eclipse-blog.org)

Upvotes: 3

codingbear
codingbear

Reputation: 15063

Alright. Found out that something was wrong with my Eclipse.

I had to download a fresh version of Eclipse and install the plugin again.

Everything worked fine after.

Thanks for help :)

Upvotes: 1

Fabian Steeg
Fabian Steeg

Reputation: 45694

After installing the plugin, you should restart eclipse with the -clean parameter. Maybe not doing that caused your install to be incomplete.

Upvotes: 0

Related Questions