
Now let's take a look at the Host Manager, accessible via the link or From the Virtual Host Manager page, you can add virtual hosts to serve your applications from.


Information about your server is available at the very bottom of this page. You can Start, Stop, Reload, Deploy, and Undeploy here. The Web Application Manager is used to manage your Java applications. Let's take a look at the Manager App, accessible via the link or You will be prompted for the username and password added to to user configuration file. There are links to the admin webapps that we configured an admin user for. Now that Tomcat is up and running, let's access the web management interface in a web browser. In a browser go to your server name or IP address You will see something like the following image. That’s it you have successfully configured the tomcat server in Eclipse, you can now run the JSP in Eclipse.Sudo systemctl restart tomcat Access the Web Interface Click browse and select the the folder that you have extracted from the zip file in Step 2. You will be presented with a window as shown in the image below. If you don’t see the apache option in the add server list that means you are missing few adapters in Eclipse, refer this tutorial to fix the issue: How to fix “no apache tomcat adapter in Eclipse” issue Select Apache and then select the appropriate version of tomcat server, for example, I’ve downloaded the tomcat version 8.0.44 so I’m selecting Tomcat v8.0 Server. Open Eclipse IDE ❯ Click on the Servers tab located at the bottom ❯ right click ❯ New ❯ click on Server Step 2: Extract the downloaded zip folderĮxtract the zipped folder to any desired location. In this tutorial, I’m downloading Apache tomcat version 8.0.44 If you are on Windows then you have two options, 32 bit and 64 bit, depending on your operating system type click on the zip file, for example if you are on 64 bit windows then click on the 64-bit Windows zip. If you are on Mac then click the zip file (first option under core). In this tutorial we will see how to download and configure Apache tomcat server in Eclipse IDE.

To run JSP in Eclipse, you need a Server.
