How to launch Jetty for AWI without TLS enabled
Automic Workload Automation
Automic Web Interface
Please follow below steps and configure jetty as described below.
configuration.properties file: This file is found in the config directory within your AWI installation.
configuration.properties file: Open the file in a text editor and make the following changes:
https.enabled=false to turn off secure communication.
http.enabled=true to allow the server to listen for HTTP connections.
http.port (e.g., http.port=8080).
configuration.properties.aa-webui-launcher.jar file to start the AWI with the configured Jetty server.
http://yourhostname:8080)