tags:

views:

266

answers:

2

I just download eclipse 3.5.2 and I'm trying to add a tomcat server. But I just can't seem to find where the server view is. I thought it used to be in view => show views => server but it doesn't appear to be there. Does anyone know where they moved it to?

A: 

You should find it under Window->Show View->Servers. If you don't find Servers in the View popup then you can try the Window->Show View->Others->Server->Servers.
It can also be done using File->New->Other->Server->Server

zapping
A: 

Probably you downloaded Eclipse plain Java version instead of Eclipse IDE for Java EE Developers distribution.

If this, you can install Java EE plugins via Eclipse Update Manager. Then you can see "servers" window.

SourceRebels