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

How to generate Hive table creation statement comment script in MySQL metadata

Preface This article mainly introduces the releva...

A brief discussion on how to learn JS step by step

Table of contents Overview 1. Clearly understand ...

K3s Getting Started Guide - Detailed Tutorial on Running K3s in Docker

What is k3d? k3d is a small program for running a...

5 ways to migrate Docker containers to other servers

Migration is unavoidable in many cases. Hardware ...

Vue implements time countdown function

This article example shares the specific code of ...

A solution to a bug in IE6 with jquery-multiselect

When using jquery-multiselect (a control that tra...

How to maintain MySQL indexes and data tables

Table of contents Find and fix table conflicts Up...

Centos8 builds nfs based on kdc encryption

Table of contents Configuration nfs server (nfs.s...

Use of Docker UI, a Docker visualization management tool

1. Introduction to DockerUI DockerUI is based on ...

Detailed explanation of Linux redirection usage

I believe that everyone needs to copy and paste d...

Detailed explanation of browser negotiation cache process based on nginx

This article mainly introduces the detailed proce...

Have you carefully understood Tags How it is defined How to use

Preface : Today I was asked, "Have you carefu...

How to connect Navicat to the docker database on the server

Start the mysql container in docekr Use command: ...

The current better way to make select list all options when selected/focused

During development, I encountered such a requireme...

Native JS to implement sharing sidebar

This article shares a sharing sidebar implemented...