Change Tomcat Port from 80 to 8080

  1. Open a terminal and navigate to the Tomcat configuration directory

cd /opt/advantech/epd/etc/tomcat
  1. Edit server.xml using the nano editor and update it with the required configuration:

sudo nano server.xml
  1. Update the firewall settings to allow traffic on port 8080

  1. Restart the Tomcat service

  1. Restart the Service Monitor and update its configuration to match the new Tomcat port

  1. Check the Service Monitor status is online

Last updated