将myeclipse的问题解决以后,项目环境已经搭建好了,可是在部署项目的时候,发现tomcat 不能部署,不知道在解决上面问题的时候怎么搞的,将Context-root弄没了
问题描述:MyEclipse环境下,使用Tomcat进行项目部署时,无法部署项目,finish按钮无法点击。
问题原因:Context-root丢失
解决办法:
右击项目->properties->MyEclipse->Web,
在Web Context-root中添加项目名
如:
Web-root floder:/WebRoot Web Context-root: /我的项目名
如果你的项目成context-root的内容存在,在这种情况下,的解决办法是,到工作空间所在目录下
E:\Workspaces\MyEclipse 10\.metadata\.plugins\org.eclipse.core.runtime\.settings\
删除文件 com.genuitec.eclipse.ast.deploy.core.prefs即可
红色路径是根据个人的工作空间不同而有差异