How to set Tomcat Server Port in Java EE

If you have Apache server that running on Port 8080 as localhost, Java EE doesn’t allow you to debug or run your jsp app thru this port again using Tomcat Server. So what will you do?
Open Java EE and specify any java web project. At the bottom of the page, click on “Servers” tab. Double click on the defined Tomcat server (mine is 6.0), it’ll take you to the Overview page. Here you can change the Port from 8080 to 8081 on the HTTP/1.1. Do not change Tomcat Admin Port. You’re done! I include here the screenshot of the Servers tab in my Java EE.
Set Tomcat Server Port in Java EE