How To Install Apache Web Server On Windows
Introduction
Apache Tomcat is an open-source web server and servlet container for Coffee lawmaking. Tomcat executes programs written in the Java programming linguistic communication, and it implements many Coffee EE specifications, including Jakarta Servlet, Jakarta Server Pages, and others.
In this tutorial, y'all will larn to install the Apache Tomcat server on Windows.
Prerequisites:
- Java JRE installed and configured
- Administrator privileges
How to Install Tomcat on Windows
In this section, we will cover two ways of installing the Tomcat web server:
- Via Windows Service Installer.
- From a zip archive.
Follow the steps below to download and install Tomcat.
Step 1: Download Tomcat for Windows
To download the Tomcat installation file, follow the steps beneath:
one. Browse to the official Apache Tomcat website. Locate the Download section and click the latest Tomcat version available. At the time of writing this article, the latest Tomcat version was version 10.
2. On the Download page, scroll down and locate the Binary Distributions expanse.
In the Core list, depending on the installation type y'all prefer, click the download link for the Windows Service Installer or the 32bit/64bit Windows zip file.
Pace ii: Install Tomcat
Install Tomcat via the Windows Service Installer for an automated and wizard-guided experience. The service installer installs the Tomcat service and runs it automatically when the system boots.
For a portable experience, install Tomcat using the cipher file and avoid installing the service. Easily uninstall Tomcat when information technology is no longer needed by deleting the Tomcat directory, or move it around when necessary.
Note: Take a expect at our listing of 13 best Java IDEs, which help write, debug, and examination Java code.
Method 1: Install Tomcat Using the Windows Service Installer
Follow the steps below to install Tomcat using the Windows Service Installer.
1. Open the downloaded Windows Service Installer file to first the installation process.
ii. In the Tomcat Setup welcome screen, click Adjacent to keep.
3. Read the License Understanding and if you lot concur to the terms, click I Concur to proceed to the next step.
four. In the Tomcat component selection screen, cull Total in the dropdown menu to ensure the wizard installs the Tomcat Host Managing director and Servlet and JSP examples web applications. Alternatively, keep the default Normal installation blazon and click Adjacent.
5. The next stride configures the Tomcat server. For case, enter the Ambassador login credentials or choose a different connection port. When finished, click Next to go on to the next footstep.
half dozen. The adjacent pace requires y'all to enter the full path to the JRE directory on your system. The wizard automobile-completes this if you have previously set up the Java environment variables. Click Adjacent to proceed to the next pace.
vii. Choose the Tomcat server install location or keep the default 1 and click Install.
8. Check the Run Apache Tomcat box to starting time the service later on the installation finishes. Optionally, cheque the Show Readme box to run into the Readme file. To complete the installation, click Finish.
9. A popup window appears that starts the Tomcat service. After the process completes, the window closes automatically. The Apache Tomcat web server is now successfully installed .
Method 2: Install Tomcat Using the null Archive
Follow the steps beneath to set upward the Tomcat server using the zip annal.
i. After downloading the 32bit/64bit Windows nil file, depending on your Windows version, unzip the downloaded file. Right-click the file and select Extract all...
2. Choose where to extract the annal contents. For easier navigation, we recommend extracting it to the hard drive'south root. Optionally, requite the directory a shorter name to facilitate server configuration later on. Click Extract to first the process.
3. Navigate to the conf sub-directory within the extracted directory and locate the server.xml file.
Of import: Support the .xml files earlier making whatever changes.
4. The default connection port is 8080
. To choose a different port, edit the server.xml file with a text editor, such as Notepad++, and locate the post-obit lines:
<Connector port="8080" protocol="HTTP/i.1" connectionTimeout="20000" redirectPort="8443" />
Change the connector port
number to any number between 1024
and 65535
.
5. To enable directory browsing, locate the spider web.xml file in the conf directory and edit the file with a text editor. Directory browsing helps when testing the organisation, and sometimes it may be the solution for a 403 forbidden error.
Locate the following lines and change the listings
value from false
to true
:
<servlet> <servlet-name>default</servlet-proper name> <servlet-class>org.apache.catalina.servlets.DefaultServlet</servlet-class> <init-param> <param-name>debug</param-name> <param-value>0</param-value> </init-param> <init-param> <param-name>listings</param-name> <param-value>fake</param-value> </init-param> <load-on-startup>one</load-on-startup> </servlet>
6. Implement an auto-reload characteristic by editing the context.xml file. To a higher place all, automobile-reload is useful in evolution to prevent restarting the server manually each time a change is made.
Using a text editor, open the context.xml file. Locate the following line and modify the value from simulated
to true
in each instance:
<Context reloadable="simulated" crossContext="imitation" parallelAnnotationScanning="false"> ...... ...... </Context>
7. Afterward making the changes, offset the server. Press the Windows key and type cmd. Press Enter to open a Command Prompt window.
8. Move to the bin directory of your Tomcat server and run:
startup
8. Add an exception for Tomcat in the firewall:
9. A new Tomcat panel window appears. This console receives error letters and system.out.println()
messages issued by the Java servlets.
10. Admission the server using a browser as an HTTP client. Scan to http://localhost:8080 and access the Tomcat welcome page to ensure the server works.
In addition, use the Programmer Quick Start links to see more than information about the server and start using and configuring the server.
xi. Close downwardly the Tomcat server past pressing Ctrl+C on the Tomcat console.
Step iii: Check if Apache Tomcat Service Is Running
Installing Tomcat using the Windows Service Installer installs Tomcat as a Windows service that automatically runs on kicking. Follow the steps below to ensure that Tomcat is started as a Windows service.
i. Open up the Get-go menu and search for Services.
ii. Select the Services result.
3. In the Services window, locate the Apache Tomcat service. The Condition column indicates whether the service is running or not. Start or Cease the service using the buttons in the toolbar or by pressing Stop or Restart on the left side of the service list.
Configure the service startup by right-clicking the Tomcat service and selecting Properties.
iv. In the Properties window, under the Startup type dropdown carte, select how to run the Tomcat service:
- Automated (Delayed Start). Starts the service shortly after boot. A delayed start improves server boot performance and has security benefits.
- Automatic. Automatically starts the service on boot.
- Transmission. The service starts merely when Windows or another service needs information technology or if invoked.
- Disabled. Disables the service startup, fifty-fifty if yous endeavor to start it.
Click OK to ostend the changes.
Conclusion
This guide showed how to install the Apache Tomcat web server on Windows. While Tomcat doesn't provide all the features of Java EE, many applications crave only the features that Tomcat provides. Therefore, heavier tools aren't always necessary.
Learn more about servers in our tutorial on big data servers, or larn what a database server is.
Was this article helpful?
Yep No
Source: https://phoenixnap.com/kb/install-tomcat-windows
Posted by: randolphimesers.blogspot.com
0 Response to "How To Install Apache Web Server On Windows"
Post a Comment