Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't find Tomcat Runtime in Eclipse Mars [duplicate]

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.

enter image description here

like image 732
user3662714 Avatar asked May 16 '16 21:05

user3662714


2 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.

like image 168
Bender76 Avatar answered Sep 30 '22 06:09

Bender76


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

like image 42
feroz siddiqui Avatar answered Sep 30 '22 06:09

feroz siddiqui