0% found this document useful (0 votes)
127 views9 pages

Installing and Running Apache Tomcat

The document provides steps to install and run Apache Tomcat by downloading Tomcat, extracting the files, running Tomcat manually, and adding Tomcat to Eclipse; it includes starting and accessing Tomcat on localhost.

Uploaded by

Naveen Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
127 views9 pages

Installing and Running Apache Tomcat

The document provides steps to install and run Apache Tomcat by downloading Tomcat, extracting the files, running Tomcat manually, and adding Tomcat to Eclipse; it includes starting and accessing Tomcat on localhost.

Uploaded by

Naveen Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

INSTALLING AND RUNNING

APACHE TOMCAT
Apache Tomcat is an open source software that helps to implement Java Servlet and Java Server Pages (JSP).

This is a step-by-step tutorial to help you install and run apache tomcat. This will also help you add apache tomcat
to eclipse.
Download Apache Tomcat:

Step 1: Go to Apache Tomcat’s official web site http://tomcat.apache.org/ and click on Download link

Step 2: Select the latest version of Apache Tomcat or Apache with is compatible with your eclipse
version. Download Apache to match your Operating System.

Step 3: Extract it and save the components

1|Page ©Simplilearn. All rights reserved


Step 4: Click bin folder inside Apache hierarchy directory

Step 5: Click on startup to run Apache Tomcat manually.

2|Page ©Simplilearn. All rights reserved


Step 6: Run Apache Tomcat [Don’t close the window]

Running Apache Tomcat in any Browser

Open any browser and type: http://localhost:8080

3|Page ©Simplilearn. All rights reserved


Adding Apache Tomcat to Eclipse

Step 1: Click windows in the menu bar, click preference followed by server.

Step 2: Click on Runtime Environment and add Server

4|Page ©Simplilearn. All rights reserved


Step 3: Add the path where Tomcat is saved.

Step 4: Click on finish.

5|Page ©Simplilearn. All rights reserved


Running Apache with Eclipse

Step 1: Click windows, followed by shot view and server.

Step 2: The Server tab displays the following message:

6|Page ©Simplilearn. All rights reserved


Step 3: Click Create new server

Step 4: Click Next, your server is now added to your project.

7|Page ©Simplilearn. All rights reserved


Step 5: To start Server, right click on Tomcat Server and click Start.

8|Page ©Simplilearn. All rights reserved

You might also like