To change the port number:
1. Open the folder tomcat\conf on your computer and edit the server.xml file:
Look for the following line:
<Http10Connector port="8080"
secure="false"
maxThreads="100"
maxSpareThreads="50"
minSpareThreads="10" />
Change it to:
<Http10Connector port="88"
secure="false"
maxThreads="100"
maxSpareThreads="50"
minSpareThreads="10" />
where 88 is the new port number.
2. Restart Apache.
