转载自:http://blog.csdn.net/builderwfy/article/details/50785749
到网上查资料发现这是由eclipse和tomcat交互时,在debug模式启动tomcat时,发生了读取文件错误 ,
eslipse自动设置了断点,导致tomcat启动不正常。解决方法:
一.点击菜单”window"-------show view------other-------Debug
二.双击”BreakpOints" 打开BreakpOints view,右击----Remove all
三.重启tomcat后一切正常。