Solution to the problem of not finding Tomcat configuration in Intelli Idea

Solution to the problem of not finding Tomcat configuration in Intelli Idea

I joined a new company these two days. The company uses Intelli Idea. I was used to using Eclipse, so I feel a little uncomfortable with it. Of course, Intelli Idea also has its own strengths. Before starting to configure Tomact, according to the Internet,

這里寫圖片描述

I found that there was no Tomcat after clicking the + sign.

這里寫圖片描述

So I searched online again and found a way to add it manually in plugins after closing the project. Here are the steps:

這里寫圖片描述

Then the person on the Internet said this:

這里寫圖片描述

But in fact, mine is like this:

這里寫圖片描述 ,

But if the friend who searched for Tomcat finds it, then click apply, and then click ok, the page for restarting idea will appear. After clicking restart, Tomcat server should appear, but mine doesn’t, sadly. . .

It seems that this method is not feasible. I searched for a long time and found a different one. After fiddling with it, it finally worked.

File—>Setting—>Build,Execution,Deployment—->Application Servers—>"+" After adding here, you can see Tomcat Server in Edit Configuration. The specific implementation steps are:

這里寫圖片描述

After finding tomact here, click:

這里寫圖片描述

Then fill in your own Tomcat path name;
Then apply, OK
Then go back to run and find it.

這里寫圖片描述

Click the + sign and you will see:

這里寫圖片描述

tomact has been added.
Then you can add a running project. As for how to run it, there are a lot of searches on the Internet.

This is the end of this article about the solution to the problem that Tomcat cannot be found in Intelli Idea configuration. For more related content about Tomcat cannot be found in Intelli Idea configuration, 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:
  • After idea publishes web project, Tomcat server cannot find the project and its solution

<<:  Detailed explanation of the binlog log analysis tool for monitoring MySQL: Canal

>>:  12 types of component communications in Vue2

Recommend

Vue3 Vue CLI multi-environment configuration

Table of contents 1. Introduction 2. Switching 1....

30 minutes to give you a comprehensive understanding of React Hooks

Table of contents Overview 1. useState 1.1 Three ...

Detailed explanation of the difference between JavaScript onclick and click

Table of contents Why is addEventListener needed?...

canvas.toDataURL image/png error handling method recommendation

Problem background: There is a requirement to tak...

How to Install Xrdp Server (Remote Desktop) on Ubuntu 20.04

Xrdp is an open source implementation of Microsof...

Docker uses the Prune command to clean up the none image

Table of contents The creation and confusion of n...

How to deploy tomcat in batches with ansible

1.1 Building the Directory Structure This operati...

JavaScript prototype and prototype chain details

Table of contents 1. prototype (explicit prototyp...

Example code for css flex layout with automatic line wrapping

To create a flex container, simply add a display:...