BeginnersBook

  • Home
  • Java
    • Java OOPs
    • Java Collections
    • Java Examples
  • C
    • C Examples
  • C++
    • C++ Examples
  • DBMS
  • Computer Network
  • Python
    • Python Examples
  • More…
    • jQuery
    • Kotlin
    • WordPress
    • SEO
    • JSON
    • JSP
    • JSTL
    • Servlet
    • MongoDB
    • XML
    • Perl

Solution – No Apache Tomcat Adapter option in Eclipse IDE

Last Updated: June 23, 2017 by Chaitanya Singh | Filed Under: JSP tutorial

Sometimes you don’t find the Apache option when you try to add the tomcat server first time in the Eclipse. It happens when you are missing few adapters. In this tutorial, I will tell you how to fix this issue.

Step 1: Go to Help ❯ Install New Software

Step 2: In Work with field paste http://download.eclipse.org/releases/mars

Use the above link only when you are using Eclipse mars version,
else give the link as per your Eclipse version. For example, Eclipse Kepler users would give this link in the Work with field: http://download.eclipse.org/releases/kepler

Scroll down until you see “Web, XML, Java EE and OSGi Enterprise Development”, then expand this and add the following adapters:

  • JST Server Adapters
  • JST Server Adapters Extensions

Step 3: Click Next and you would see the following screen. Click next again.

Step 4: Accept the agreement and click Finish

That’s it. It would ask you to restart the Eclipse after installation, choose restart. You would now be able to see Apache when you try to add the server in Eclipse.

Top Related Articles:

  1. Solution – The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path
  2. How to configure Apache Tomcat Server in Eclipse IDE
  3. How to run JSP in Eclipse IDE using Apache Tomcat Server
  4. JSP include directive with parameters example
  5. How to fix Dynamic Web Project missing in Eclipse issue

About the Author

I have 15 years of experience in the IT industry, working with renowned multinational corporations. Additionally, I have dedicated over a decade to teaching, allowing me to refine my skills in delivering information in a simple and easily understandable manner.

– Chaitanya

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

JSP Tutorial

  • Basics of JSP
  • Life cycle of JSP
  • JSP in Eclipse IDE

Scripting Elements

  • Scriptlet Tag
  • Expression tag
  • Declaration tag

Implicit Objects

  • Implicit Objects
  • JSP Request
  • JSP Response
  • JSP Config
  • JSP Application
  • JSP Session
  • JSP Out
  • JSP pageContext
  • JSP Exception
  • Validate session

JSP directives

  • JSP Directives
  • Include Directive

JSP Exception

  • Exception handling

JSP Action

  • Action tags
  • Include action
  • Forward action
  • useBean, setProperty & getProperty

Expression language

  • Expression language

JSP Custom Tags

  • Custom Tags
  • Custom tag example
  • JSP Interview Q

Copyright © 2012 – 2025 BeginnersBook . Privacy Policy . Sitemap