启动Tomcat服务器报错: Several ports (8005, 8080, 8009) required by Tomcat v5.5 Server at localhost are already in use. The server may already be running in another process, or a system process may be using the port. To start this server you will need to sto
之前使用MyEclipse来开发Web应用,可以在MyEclipse中配置服务器,配置完后,直接运行服务器即可,很方便. 最近切换到Eclipse开发环境,发现使用Tomcat的方式不太一样,因此在此稍作记录. 在Eclipse中使用Tomcat运行Web应用,主要有两种模式: 1.默认方式: 在标准的web系统右键,选择Run on Server 选择Tomcat服务器,如何没有,可以点击Add新增服务器. 直接点击[Finish]按钮,就可以正常运行你的Web应用了. 2.改进方案:将应