I am new to web programming in Java and I am struggling with some problems. I want to create a new runtime server using Tomcat, but the only things that I can select from Apache folder are Geronimo related. I have installed all the adapters for Apache, I really don't know what else I can do. Please help me.
4 Answers
I had to add the JST Server Adapters and JST Server Adapter Extensions as well. Go through Help -> Install New Software to get them. Then when I went to the New Server Runtime Environment (your screen cap) I had a second Apache option and in that were the Tomcat servers.

- 91
- 2
-
Worked for me as well. Also used http://crunchify.com/error-starting-apache-tomcat-server-the-jre-could-not-be-found-edit-the-server-and-change-the-jre-location/ to solve my problem once JSTs were downloaded. – lcary Sep 07 '17 at 17:36
Is it missing just from the menu maybe?
If you goto "Window > Show View > Other..." and then type Servers in the filter, does it show up?
Also make sure you downloaded the "Eclipse For Java EE Developers" package as I do not believe the "Eclipse for Java Developers" contains the Servers view.
Eclipse for Java EE Developers: http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1

- 76
- 10
The apache tomcat plugin for eclipse is part of the WTP (Eclipse Web Tools Platform), but you can get it separately from here. Just drag the link to your workspace and install it. You will then be able to configure a running Tomcat Server in your eclipse IDE.
If you run into problems with the Tomcat plugin then the next step I'd follow is just to install the WTP here. Copy the link and paste it into the intallation url field. Check the whole WTP option and install everything.

- 751
- 6
- 14
-
That is rather strange... Try installing the whole WTP then. You'de be better off with the eclipse for java ee developers edition. I'm just trying to see if there is a solution to keep your current configuration. You did try this page right?: https://marketplace.eclipse.org/content/eclipse-tomcat-plugin. – Joao Esperancinha May 16 '16 at 21:50
-
I installed the Tomcat plugin and I can run a tomcat server from the new tab, but still it doesn't appear in my new server runtime window and I can not link a new project to this (as a targe routine ) – user3662714 May 16 '16 at 21:58
-
It might have to do with something in the WTP that needs to be there. It's good that at least you can run it now. I think what's missing is some links between Tomcat and Eclipse and that's something that only WTP provides, so I'd say try that and see what happens. – Joao Esperancinha May 16 '16 at 22:04
I have exactly the same problem as you, and I'm using eclipse oxygen.
Then I try eclipse luna, wow, it works!

- 93
- 9