Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No server in windows>preferences

I'm trying to add Apache server to Eclipse(Juno). I have installed Apache server 7.0, but when I try to add this to the Eclipse environment I don't see the options server in windows>preferences. There must be an option called server in preferences to add Tomcat server.

Please, help me on how to get that option?

Do I need to install any plugin? If yes, please, provide me the link or the name.

like image 208
Prakash Avatar asked Jul 03 '12 19:07

Prakash


People also ask

How do I run an Eclipse server?

Go to the project in the Project Explorer, select the web project, right click and select "Run As", you will see Apache Tomcat, create runtime configuration for the web project by selecting "New" button.

How can I download Tomcat in Eclipse?

Installing server runtimeStart the Eclipse WTP workbench. Open Window -> Preferences -> Server -> Installed Runtimes to create a Tomcat installed runtime. Click on Add... to open the New Server Runtime dialog, then select your runtime under Apache (Apache Tomcat v5. 0 in this example):


1 Answers

In Eclipse Kepler,

  1. go to Help, select ‘Install New Software’
  2. Choose “Kepler- http://download.eclipse.org/releases/kepler” site or add it in if it’s missing.
  3. Expand “Web, XML, and Java EE Development” section Check JST Server Adapters and JST Server Adapters Extensions and install it

After Eclipse restart, go to Window / Preferences / Server / Runtime Environments

like image 186
Bijoy Maji Avatar answered Sep 23 '22 17:09

Bijoy Maji