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

Share the 15 best HTML/CSS design and development frameworks

Professional web design is complex and time-consu...

MySQL series: redo log, undo log and binlog detailed explanation

Implementation of transactions The redo log ensur...

HTML page adaptive width table

In the pages of WEB applications, tables are ofte...

CSS element hiding principle and display:none and visibility:hidden

1. CSS element hiding <br />In CSS, there ar...

Deep understanding of the mechanism of CSS background-blend-mode

This article is welcome to be shared and aggregat...

Detailed explanation of the usage of image tags in HTML

In HTML, the <img> tag is used to define an...

Method for comparing the size of varchar type numbers in MySQL database

Create a test table -- --------------------------...

Advanced explanation of javascript functions

Table of contents Function definition method Func...

A brief discussion on the role of HTML empty links

Empty link: That is, there is no link with a targ...

Detailed explanation of MySQL and Spring's autocommit

1 MySQL autocommit settings MySQL automatically c...

How to quickly install RabbitMQ in Docker

1. Get the image #Specify the version that includ...

HTML is something that web page creators must learn and master.

What are the benefits of learning HTML? 1: Easily...

Docker Compose practice and summary

Docker Compose can realize the orchestration of D...

The best way to start a jar package project under Centos7 server

Preface Everyone knows how to run a jar package o...