How to disable HTTPS and only use HTTP in Tomcat 8
search cancel

How to disable HTTPS and only use HTTP in Tomcat 8

book

Article ID: 93556

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

When installing Endevor Web Services V18.0.12 using CCS Tomcat 8.0.39,  how to disable HTTPS and only use HTTP in Tomcat?

Environment

Release: ENDAE.00200-18-Endevor-Software Change Manager
Component:

Resolution

In CCS Tomcat 8.0.39, you will notice that HTTPS is the default protocol defined in server.xml:


You will need to modify the server.xml to comment out SSL/TSL connector (disable HTTPS) and uncomment HTTP connector to allow only use the HTTP:


User-added image