从myeclipse转用IntelliJIdea多少有些不习惯,从导入项目到运行一路求助

今天遇到maven项目部署到本地tomcat失败(报404)并提示Artifact test:war exploded: Waiting for server connection to start artifact deployment...

但是使用idea自带的tomcat7可以成功运行

IntelliJIdea部署项目到本地tomcat

所以原因出在本地tomcat的运行方式

查看tomcat安装路径下webapps目录下发现项目没有部署到该路径下,找了好久才找到正确的打开方式

IntelliJIdea部署项目到本地tomcat

IntelliJIdea部署项目到本地tomcat

IntelliJIdea部署项目到本地tomcat

终于运行成功了!

记录一下熟悉一下流程,详细参见

https://blog.csdn.net/lairikeqi/article/details/93648594

 

相关文章:

  • 2021-12-02
  • 2021-11-18
  • 2021-06-30
  • 2021-10-02
  • 2021-04-21
  • 2021-11-18
  • 2021-04-03
  • 2021-07-31
猜你喜欢
  • 2021-07-20
  • 2022-01-03
  • 2021-05-20
  • 2021-07-09
  • 2021-11-19
  • 2021-08-06
相关资源
相似解决方案