当前位置: 代码迷 >> 综合 >> 如何web项目添加到tomcat中提示there are no resoureces that can be added or remove from the server
  详细解决方案

如何web项目添加到tomcat中提示there are no resoureces that can be added or remove from the server

热度:71   发布时间:2023-12-27 00:28:53.0

说明现在的web项目根目录可能没有这三个文件

1、.settings

2、.classpath

3、.project

 

解决方案有两种

1、从新创建一个动态的web项目,然后把相应的文件拷进去。

2、找一个有这三个文件的动态web项目,把这三个文件拷进去。

  相关解决方案