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

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.

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 – 2022 BeginnersBook . Privacy Policy . Sitemap