How to launch Jetty for AWI without TLS enabled
search cancel

How to launch Jetty for AWI without TLS enabled

book

Article ID: 410887

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

How to launch Jetty for AWI without TLS enabled

Environment

Automic Workload Automation
Automic Web Interface

Resolution

Please follow below steps and configure jetty as described below.

  1. Locate the configuration.properties file: This file is found in the config directory within your AWI installation.
     
  2. Edit the configuration.properties file: Open the file in a text editor and make the following changes: 
     
    • Disable HTTPS: Set https.enabled=false to turn off secure communication. 
       
    • Enable HTTP: Set http.enabled=true to allow the server to listen for HTTP connections. 
       
    • Set the HTTP Port: Configure the desired HTTP port by setting http.port (e.g., http.port=8080). 
       
  3. Save the file: Save your changes to configuration.properties.
  4. Start the Jetty AWI Launcher: Execute the aa-webui-launcher.jar file to start the AWI with the configured Jetty server. 
     
  5. Access AWI via HTTP: Open your web browser and navigate to the AWI URL using the configured HTTP port (e.g., http://yourhostname:8080)