beginnersbook.com

  • Home
  • All Tutorials
    • Learn Servlet
    • Learn JSP
    • Learn JSTL
    • Learn C
    • Learn C++
    • Learn MongoDB
    • Learn XML
    • Learn Python
    • Learn Perl
    • Learn Kotlin
    • Learn jQuery
  • Core Java
  • OOPs
  • Collections
  • Java I/O
  • JSON
  • DBMS

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
  • Declaration tag
  • Expression tag
  • Scriptlets
  • Directives
  • Include Directive
  • Param Directive
  • Exception handling
  • Action tags
  • Include action
  • Forward action
  • useBean, setProperty & getProperty
  • Implicit Objects
  • Session implicit object
  • Validate session
  • Request implicit object
  • Response implicit object
  • Out implicit object
  • Application implicit object
  • Config implicit object
  • pageContext implicit object
  • Exception implicit object
  • Expression language
  • Custom Tags
  • Custom tag example
  • JSP Interview Q

Recently Added..

  • JSON Tutorial
  • Java Regular Expressions Tutorial
  • Java Enum Tutorial
  • Java Annotations Tutorial

Copyright © 2012 – 2022 BeginnersBook . Privacy Policy . Sitemap