After idea publishes web project, Tomcat server cannot find the project and its solution

After idea publishes web project, Tomcat server cannot find the project and its solution

Overview
The project was created successfully and deployed successfully, but the Tomcat server could not find the project, as shown below:

insert image description here

The second case: When you change the name of the project, you also need to redeploy the project according to the first case.

If the project fails to be published, you can go to the project's compilation output path out and check the Artifacts directory to see if there is the project.

insert image description here

Left-click on file, find project setting, left-click on Artifacts, click the plus sign, click Web Application: Exploded, then click From Modules…, select the project you want to select, and click ok!

insert image description here
insert image description here
insert image description here

After the above steps are completed, redeploy the project

This is the end of this article about the Tomcat server not finding the project after idea published the web project. For more related content about the Tomcat server not finding the project after idea published the web project, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • IDEA graphic tutorial on configuring Tomcat server and publishing web projects
  • Detailed steps for configuring Tomcat server in IDEA 2020
  • How to configure tomcat server for eclipse and IDEA
  • Detailed explanation of the server path method for compiling Maven projects using different tomcats in Intellij idea
  • How to deploy JavaWeb project to Tomcat server in IDEA
  • Detailed steps for deploying Tomcat server based on IDEA

<<:  WeChat applet scroll-view realizes left and right linkage

>>:  Reasons for the sudden drop in MySQL performance

Recommend

Summary of MySQL time statistics methods

When doing database statistics, you often need to...

MySQL performance optimization index pushdown

Index condition pushdown (ICP) is introduced in M...

Example steps for using AntV X6 with Vue.js

Table of contents 0x0 Introduction 0x1 Installati...

Listen directive example analysis in nginx

Plot Review In the previous article, we analyzed ...

How to use a game controller in CocosCreator

Table of contents 1. Scene layout 2. Add a handle...

How to install mysql5.7 in windows

First download the compressed version of mysql, t...

JavaScript implements H5 gold coin function (example code)

Today I made a Spring Festival gold coin red enve...

Implement full screen and monitor exit full screen in Vue

Table of contents Preface: Implementation steps: ...

How to solve the problem of blurry small icons on mobile devices

Preface Previously, I talked about the problem of...

MySQL 5.6.36 Windows x64 version installation tutorial detailed

1. Target environment Windows 7 64-bit 2. Materia...

Linux traceroute command usage detailed explanation

Traceroute allows us to know the path that inform...

Explanation on whether to choose paging or loading in interactive design

The author of this article @子木yoyo posted it on hi...

30 Tips for Writing HTML Code

1. Always close HTML tags In the source code of p...

Install Zookeeper under Docker (standalone and cluster)

After starting Docker, let's take a look at t...