How to deploy AutomationEdge server on a port other than default port 8080
- Ensure the port to be configured is not used by other applications
- Edit server.xml file from apache-tomcat-9.0.0.M8\conf directory
- Change the "Connector port" value to the desired port number
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" />
- Save the file and restart Apache tomcat service