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

A Brief Analysis on the Time Carrying Problem of MySQL

The default time type (datetime and timestamp) in...

Solution to the garbled code problem in MySQL 5.x

MySQL is a commonly used open source database sof...

Node.js sends emails based on STMP protocol and EWS protocol

Table of contents 1 Node.js method of sending ema...

Linux kernel device driver advanced character device driver notes

/****************** * Advanced character device d...

How to solve the problem that Docker container has no vim command

Find the problem Today, when I tried to modify th...

Memcached method for building cache server

Preface Many web applications store data in a rel...

80 lines of code to write a Webpack plugin and publish it to npm

1. Introduction I have been studying the principl...

How to set up FTP server in CentOS7

FTP is mainly used for file transfer, and is gene...

A simple example of using Vue3 routing VueRouter4

routing vue-router4 keeps most of the API unchang...

How to deploy Redis 6.x cluster through Docker

System environment: Redis version: 6.0.8 Docker v...

Detailed steps to install RabbitMQ in docker

Table of contents 1. Find the mirror 2. Download ...

XHTML Getting Started Tutorial: Using the Frame Tag

<br />The frame structure allows several web...

Detailed explanation of the error problem of case when statement

Preface In the MySQL database, sometimes we use j...

Practical basic Linux sed command example code

The Linux stream editor is a useful way to run sc...