IDEA2020.1.2 Detailed tutorial on creating a web project and configuring Tomcat

IDEA2020.1.2 Detailed tutorial on creating a web project and configuring Tomcat

This article is an integrated article on how to create a web project with IDEA and configure Tomcat. It is not original. The original link
https://blog.csdn.net/qq_45738810/article/details/107842532
https://www.cnblogs.com/shindo/p/7272646.html

As a beginner, I first read the article in the first link and then read other articles, and I was very confused. In order to avoid the same mistake as me, I have integrated them here, hoping to help you!

The first step is to create a normal Java project

insert image description here

The second step is to create a web project. Right click the project name–>Add Frameworks Support

insert image description here

Check Web Application and click OK

insert image description here
insert image description here

Then create two folders in the web/WEB_INF directory: classes and lib

insert image description here

Then configure the folder path; shortcut keys ctrl + shift + Alt + s -> Modules-> Paths -> select "Use module compile out path" -> set both Outputpath and Test output path to the classes folder

insert image description here

Click Dependencies -> the + sign on the right -> 1 JARS or directories

insert image description here

Select the lib folder you just created, OK

insert image description here

Select Jar Directory, click OK, then save and exit

insert image description here

Configure Tomcat

Run -> Edit Configurations

insert image description here

Click ±->Tomcat Server->Local

insert image description here

Click Configure

insert image description here

Select your Tomcat path in Tomcat Home, ok

insert image description here

At this time, you can see a warning Warning: No artifacts marked for deployment below. Click Fix on the right and then jump to the Deployment panel.

insert image description here

Go back to the server panel, change On 'update' action and On frame deactivation to update classes and resources, save and exit

insert image description here

Test <br /> Write HelloWorld in index.jsp and run the project

insert image description here

Configuration successful

insert image description here

This is the end of this article about the detailed tutorial on how to configure Tomcat in IDEA2020.1.2 to create a web project. For more information about configuring Tomcat in IDEA2020, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • How to use IDEA to create a web project and publish it to tomcat
  • Teach you how to import a Web project (non-Maven) created in Eclipse into Idea
  • Teach you how to create a Javaweb project in IDEA2020.3
  • Detailed explanation of the process of deploying Tomcat and creating the first web project in IDEA 2020.3.1
  • About idea updated to 2020.2.3 can not create a web project reason library is not specified
  • Idea2020.2 Detailed explanation of how to create a JavaWeb project (deploy Tomcat)
  • idea2020.1.3 teaches you how to create a web project step by step
  • Detailed graphic explanation of the process of deploying the created Java web project to Tomcat in idea
  • IntelliJ IDEA2019 implements Web project creation example
  • Graphical steps to create a Maven web project with IntelliJ IDEA (for IDEA novices)
  • The solution of MavenWeb project in idea cannot create Servlet
  • Steps to create the first dynamic web project in IntelliJ IDEA
  • Idea2019 method steps to create a Springboot Web project
  • Graphic tutorial on creating a Java Web project and deploying it using IDEA
  • The new version of IntelliJ IDEA builds Maven and creates a web project with Maven (graphic tutorial)
  • Create a Java Web Project with IntelliJ IDEA 15 and Maven (Graphics)
  • Teach you how to create a web project with idea

<<:  How to optimize MySQL index function based on Explain keyword

>>:  How to define data examples in Vue

Recommend

Detailed explanation of the basic knowledge of front-end componentization

Table of contents Basic concepts of components Th...

Will mysql's in invalidate the index?

Will mysql's IN invalidate the index? Won'...

The role of nextTick in Vue and several simple usage scenarios

Purpose Understand the role of nextTick and sever...

How to change password and set password complexity policy in Ubuntu

1. Change password 1. Modify the password of ordi...

CSS Summary Notes: Examples of Transformations, Transitions, and Animations

1. Transition Transition property usage: transiti...

Detailed steps to install JDK and Tomcat in Linux environment

Table of contents 1. Install JDK Manual Installat...

js to realize a simple advertising window

This article shares the specific code of js to im...

Implementation of vite+vue3.0+ts+element-plus to quickly build a project

Table of contents vite function Use Environment B...

How to use Nginx to carry rtmp live server

This time we set up an rtmp live broadcast server...

Sample code for programmatically processing CSS styles

Benefits of a programmatic approach 1. Global con...

Detailed explanation of Vue project packaging

Table of contents 1. Related configuration Case 1...