No server in windows>preferences
Asked Answered
O

7

37

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.

Ouch answered 3/7, 2012 at 19:30 Comment(1)
try posting on superuser.comCitified
K
38

You did not install the correct Eclipse distribution. Try install the one labeled "Eclipse IDE for Java EE Developers".

Karoline answered 3/7, 2012 at 20:16 Comment(1)
yes thanks i have installed IDE for java EE and its working nowOuch
B
53

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

Burrow answered 11/11, 2014 at 18:15 Comment(2)
Select the ones you need otherwise it will take too long to finish installation.Symmetrize
The same works for Eclipse Mars (changing the link accordingly to download.eclipse.org/releases/mars)Cram
K
38

You did not install the correct Eclipse distribution. Try install the one labeled "Eclipse IDE for Java EE Developers".

Karoline answered 3/7, 2012 at 20:16 Comment(1)
yes thanks i have installed IDE for java EE and its working nowOuch
G
10

I had the same issue. I was using eclipse platform and server was missing in my show view. To fix this go:

  • help>install new software

  • in work with : select : "Indigo Update Site - http://download.eclipse.org/releases/indigo/" , once selected, all available software will be displayed in the section under type filter text

  • Expand “Web, XML, and Java EE Development” and select "JST Server adapters extensions"

  • then click next and finish. The server should be displayed in show view

Gig answered 2/4, 2015 at 2:31 Comment(0)
P
4

You can also install the required packages with Help -> Install new software...

See http://www.eclipse.org/downloads/compare.php for the packages you need to install to have eclipse IDE for java EE developers

Pleasant answered 8/4, 2013 at 13:21 Comment(0)
T
1

Follow the below steps:

1.Goto Help -> Install new Software
2.Give address http://download.eclipse.org/releases/oxygen and name as your choice.
3.Search for Java EE and choose 1.Eclipse Java EE Developer Tools 
4.Search for JST and choose 2.JST Server Adapters 3.JST Server Adapters 
5.Click next and accept the license agreement.

Find the server option in the window-->preferences and add server as you need

Tamqrah answered 17/8, 2019 at 13:50 Comment(1)
Additional information- For Apache Tomcat Server, you will have to include JST Server Adapter Extensions as well.Trinhtrini
N
0

If above answers did not work for you then just click this link https://www.eclipse.org/downloads/packages/release/2020-06/r/eclipse-ide-enterprise-java-developers download according to your OS. And after downloading and extracting the ZIP open the extract folder and click on Eclipse application icon. enter image description here

Then just enter your workspace and get started. Now you will be able to see the servers option in Window->Show View, like this:

enter image description here

Novation answered 18/8, 2020 at 2:23 Comment(0)
B
0
  1. Goto Help
  2. Eclipse Marketplace
  3. In the find option, search for JST server adapter and then install
Bicuspid answered 4/11, 2022 at 5:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.