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

20 JS abbreviation skills to improve work efficiency

Table of contents When declaring multiple variabl...

Detailed process of installing and deploying onlyoffice in docker

0. System requirements CPU I5-10400F or above Mem...

Detailed explanation of JS browser storage

Table of contents introduction Cookie What are Co...

Vue Element-ui form validation rule implementation

Table of contents 1. Introduction 2. Entry mode o...

MySQL uses custom sequences to implement row_number functions (detailed steps)

After reading some articles, I finally figured ou...

Detailed explanation of MySQL instance with SSD storage enabled

Detailed explanation of MySQL instance with SSD s...

Detailed explanation of Vue plugin

Summarize This article ends here. I hope it can b...

Detailed tutorial for installing mysql5.7.18 on centos7.3

1 Check the Linux distribution version [root@type...

Can't connect to local MySQL through socket '/tmp/mysql.sock' solution

Error message: ERROR 2002: Can't connect to l...

How to display the border when td is empty

Previously, I summarized how to use CSS to achieve...

A brief discussion on docker compose writing rules

This article does not introduce anything related ...

Solution for installing opencv 3.2.0 in Ubuntu 18.04

Download opencv.zip Install the dependencies ahea...

Javascript Virtual DOM Detailed Explanation

Table of contents What is virtual dom? Why do we ...