TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Api Testing

Apache Tomcat Server Install on Windows

Introduction

On this page, we will learn to install Apache Tomcat Server on Windows Operating System. Apache Tomcat Server Official Website:

https://tomcat.apache.org/

 

Apache Tomcat Server Install

Download & Install

Choose the latest version and click on the Download button to download the server.

Download the zip file. Extract the zip contents.

Copy the apache tomcat folder contents to a favorable location on the computer.

 

Apache Server contents

The bin folder contains the .sh scripts and .bat scripts to start and stop the server.

On the Windows platform, we need .bat scripts.

Set JAVA_HOME

https://www.testingdocs.com/questions/how-to-set-java_home-on-windows/

Start Server

Run the startup.bat script to start the tomcat server.

F:\>cd apache-tomcat

F:\apache-tomcat>cd bin

F:\apache-tomcat\bin>startup.bat
Using CATALINA_BASE: “F:\apache-tomcat”
Using CATALINA_HOME: “F:\apache-tomcat”
Using CATALINA_TMPDIR: “F:\apache-tomcat\temp”
Using JRE_HOME: “C:\Program Files\Java\jdk-12.0.2”
Using CLASSPATH: “F:\apache-tomcat\bin\bootstrap.jar;F:\apache-tomcat\bin\tomcat-juli.jar”

 

Apache Tomcat Startup Log

 

Install Verification

After a clean startup, open the default URL on the browser.

For Example http://localhost:8080

We should get the tomcat webpage displayed. ”

If you’re seeing this, you’ve successfully installed Tomcat. Congratulations!

 

Apache Tomcat Webpage

 

Related Posts

Postman Chrome deprecated Notice

Api Testing /

Download & Install Postman Chrome App

Testlink REST API

Api Testing /

How to execute Rest API call using Postman

Postman API Tool

Api Testing /

Postman API Tool

SoapUI Tool

Api Testing /

SoapUI -API Testing Tool

ApacheTomcat

Api Testing /

Install Apache Tomcat using Eclipse IDE

‹ REST API Web Services› Install Apache Tomcat using Eclipse IDE

Recent Posts

  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Print Triangle Pattern Flowchart
  • RAPTOR Editions
  • Flowgorithm Conditional Breakpoint Statement
  • Flowgorithm Read Numbers from File Example
  • Search Text File Flowchart Example
  • Flowgorithm Turtle Graphics Symbols
  • Draw Circle using Flowgorithm Turtle

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version