IDEA 配置tomcat + 配置时报错Warning:No artifacts configurae解决 + 运行tomcat后报错not found for the web module

1、IDEA 配置tomcat

  • 提前配置好Maven相关环境
选择Add Configuration按钮

在这里插入图片描述

点击 + 号,选择Tomcat Server -> local

IDEA 配置tomcat + 配置时报错Warning:No artifacts configurae解决 + 运行tomcat后报错not found for the web module_第1张图片

如果底部出现Warning:No artifacts configuraed,则点击右手边的Fix

IDEA 配置tomcat + 配置时报错Warning:No artifacts configurae解决 + 运行tomcat后报错not found for the web module_第2张图片

2、配置时报错Warning:No artifacts configurae解决

这时会弹出Project Settings框,在Artifacts中,点击 + 号

IDEA 配置tomcat + 配置时报错Warning:No artifacts configurae解决 + 运行tomcat后报错not found for the web module_第3张图片

选中Web Application:Exploaded

IDEA 配置tomcat + 配置时报错Warning:No artifacts configurae解决 + 运行tomcat后报错not found for the web module_第4张图片

web application exploded:以文件夹形式(War Exploded)发布项目,选择后,发布项目时会自动生成文件夹在指定的output directory;
web application archive:war包形式,每次都会重新打包全部的,将项目打成一个war包在指定位置;
war模式:将web工程以war包的形式上传到服务器

war exploed模式:将web工程以当前文件夹的位置关系上传到服务器
Output directory为设置输出路径

IDEA 配置tomcat + 配置时报错Warning:No artifacts configurae解决 + 运行tomcat后报错not found for the web module_第5张图片

Apply后,跳转回到tomcat的配置窗口
点击Apply

IDEA 配置tomcat + 配置时报错Warning:No artifacts configurae解决 + 运行tomcat后报错not found for the web module_第6张图片

3、运行tomcat后报错not found for the web module

IDEA 配置tomcat + 配置时报错Warning:No artifacts configurae解决 + 运行tomcat后报错not found for the web module_第7张图片

点击右上方工具栏中的在这里插入图片描述

在这里插入图片描述

点击Facets中的Web

IDEA 配置tomcat + 配置时报错Warning:No artifacts configurae解决 + 运行tomcat后报错not found for the web module_第8张图片

在弹出的框中选择当前项目,点击OK

IDEA 配置tomcat + 配置时报错Warning:No artifacts configurae解决 + 运行tomcat后报错not found for the web module_第9张图片

右下角出现==‘Web’ Facet resources are not include in an artifact==,点击⚠警告右边的按钮Fix

IDEA 配置tomcat + 配置时报错Warning:No artifacts configurae解决 + 运行tomcat后报错not found for the web module_第10张图片

弹出以下选项,选择Include in 'course’在前面 Artifacts 中创建的 course

在这里插入图片描述

点击右下角按钮Apply

如果有报其他的错误则需要再研究研究。

你可能感兴趣的:(IDEA,Java,java,tomcat,web,intellij,idea,idea)