Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Servers window in Eclipse

I need to create an ODE server inside my Eclipse workspace, in the tutorial I'm following, it says to use the Server view under Window->Show View->Other->Server->Servers. However, I cannot find this option under 'Window->Show View->Other->Server->Servers', any ideas how to get it? I am using Eclipse 3.4.2 Ganymede (classic).

like image 799
user218652 Avatar asked Dec 12 '09 18:12

user218652


People also ask

Where is the Servers tab in Eclipse?

In the Java EE perspective of Eclipse, you will find the Servers tab at the bottom. Since no server is added yet, you will see a link in the tab as shown in the following screenshot—No servers are available. Click this link to create a new server....

How do I get server option in 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.

Why is there no server option in Eclipse?

This is because you haven't installed Eclipse IDE for Java EE Developers.

How do I run a server on Eclipse?

Recently i found that once i have imported a project as an existing maven project to the eclipse, it does not show the run on server option. The reason is that it is not a dynamic web project. So go to project properties and change it to dynamic web project as follows. Now it should be working.


1 Answers

I think the Servers window is part of WTP (the Web Tools Platform) . You can get that via the update center, though it may be easier to download Eclipse IDE for Java EE Developers, which includes all the various bits and pieces that need to get cobbled together.

like image 143
vkraemer Avatar answered Oct 21 '22 20:10

vkraemer