错误总结之To see the full stack trace of the errors, re-run Maven with the -e switch

错误描述:

                  There are no resources that can be added or removed from the server.(没有资源,可以添加或从服务器上删除。

                  eclipse导入一个项目后,不能加载到tomcat里面,出现“There are no         resources that can be added or removed from the server.”



错误原因分析:

               旧的项目配置等不能适应当前配置环境



解决方法:

                                 

                          第1步、新建一个“Dynamic Web Project”

                          第2步、把新建项目里面的.project文件和.settings文件夹复制到导入的那个项目里面。

                          错误总结之To see the full stack trace of the errors, re-run Maven with the -e switch_第1张图片


还有问题则试试如下:           

                    选中项目右键——找到Project Facets——勾选Dynamic Web Project和java就可以了。

        

你可能感兴趣的:(错误总结)