报错信息:

An existing resource has been found at location D:\Users\***\Java\apache-tomcat-7.0.82\webapps\SSMFrame.

Deployment of project SSMProject will replace this resource. Please specify the action you wish to take during deployment:

https://blog.csdn.net/u011422744/article/details/40681355

解决方案:

右击项目名 ---> 点击properties --> 在搜索栏里 输入 WEB -->点击WEB -->修改Web Context-root 里当前项目名称 -->OK  重新发布 即可。如下图所示:

An existing resource has been found

tomcat的webapps目录下,可以清空吗,哪些可以删除? - CSDN博客

webapps目录用来存放应用程序。
当tomcat启动时会去加载webapps目录下的应用程序。可以以文件夹、war包、jar包的形式发布应用。当然,也可以把应用程序放置在磁盘的任意位置,在配置文件中映射好就行。

 

 

https://blog.csdn.net/ideality_hunter/article/details/78912097

 

相关文章:

  • 2021-12-21
  • 2021-06-02
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
猜你喜欢
  • 2021-06-11
  • 2022-12-23
  • 2022-01-28
  • 2021-12-19
  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
相关资源
相似解决方案