困扰我很久的问题,今天终于解决了
第一步:
将reloadable设成false在Tomcat下的conf目录下的Catalina下的localhost下的
该项目的.xml文件 加 reloadable="false"
<!-- reloadable为fase表示项目不自动布署 -->
<Context reloadable="false">
<!-- reloadable为true表示项目自动布署 -->
<Context reloadable="true">
第二步:
Preferences -> Tomcat 6.x —> Launch
选中Debug mode
第三步:
在MyEclipse中勾选 Build Automatically
Project -> Build Automatically