I tried to change the server.xml in the Tomcat7 from port=8080 to 8088.
When i start the server using ./startup.sh and then when i hit the URL http://:8088/ i get an error No Route to Host.
JBoss is already running on 8080 , so i want to run tomcat in a different port.