1.启动Tomcat卡住?
可能是卡在了断点上,在Debug窗口中找到breakpoints,先把断点去掉。
2.启动Tomcat以后提示请求的资源不存在404?
可能是对项目进行过clean操作,重新install项目以后再启动Tomcat。
3. IDEA Unable to open debugger port BindException: Address already in use: JVM_Bind?
答案参见:http://yuhuiyy2011.iteye.com/blog/1526815