Can't start tomcat! Ports are in use (error solve techinique
Can't Start Tomcat - Ports are in Use You may have a problem starting Tomcat. You may see sone ugly error message about ports in use. Solution You can use the troubleshooting tips below. Troubleshooting Tip #1 1. Exit Eclipse 2. Open a web web browser and visit, http://localhost:8080 3. If you see a "Tomcat" web page then that means Tomcat is running as a Windows service. To stop Tomcat running as a Windows services, open your Windows Control Panel. Find the service "Apache Tomcat" and stop it. 4. If you don't see a "Tomcat" web page, then stop the appropriate process displayed. -- Troubleshooting Tip #2 - GUI Option Steps to free port which is already used to run Tomcat server in Eclipse 1. On MS Windows, select Start > All Programs > Accessories > System Tools >Resource Monitor 2. Expand the Network Tab 3. Move to the section for Listening Ports 4. Look in the Port column and scroll to find entry fo...