from: http://blog.csdn.net/superit401/article/details/53437105


tomcat启动时出现There are no resources that can be added or removed from the server.

tomcat启动时出现There are no resources that can be added or removed from the server.

问题描述:在eclipse的server中右键tomcat  Add and Remove 是出现“There are no resources that can be added or removed from the server”的弹框。

分析:是项目问题,不是web项目还真是启动不了

解决:1.在eclipse里在新建一个Dynamic Web Project

2.找到这个项目在你硬盘的文件夹,复制其下面文件夹中的.settings文件夹和.project文件

3.粘贴到你出问题的项目在硬盘上的文件夹下覆盖替换就行

4.再按照图二所示,改下目录的配置路径,左边是新建项目配置路径,右边是自己的项目(需要修改的问题项目)


亲测通过!!!

相关文章:

  • 2021-09-08
  • 2021-11-06
  • 2021-11-04
  • 2021-11-18
  • 2021-11-18
  • 2021-10-15
  • 2018-04-23
  • 2021-12-03
猜你喜欢
  • 2021-10-07
  • 2021-08-07
  • 2018-09-11
  • 2021-10-07
  • 2021-11-21
  • 2021-11-18
  • 2018-02-23
  • 2018-04-12
相关资源
相似解决方案