How to use IDEA to configure tomcat and create JSP files

How to use IDEA to configure tomcat and create JSP files

Before using idea to write JSP files, you need to configure the jdk environment (not described here) and the corresponding tomcat. The editor here uses IDEA 2017.1.2 version, jdk is 1.8, and the configuration of tomcat environment needs to correspond to the jdk version.

No.1

Download tomcat

First, we go to the official website http://tomcat.apache.org and click "Which version?" to view the corresponding version. We can see that jdk1.8 requires tomcat9.0 and above to be compatible. If the versions do not match, various problems will occur when writing Web.

Directly click on Tomcat 9.0 on the left. The editor's computer is 64-bit. You can choose according to your computer configuration. Note that it is best to choose a compressed package, which can be used after decompression. The installation package needs to be installed by yourself, which is a bit troublesome.

No.2

Creating a Web Project

The file name is arbitrary.

No.3

Creating JSP Files

Created successfully.

Next you need to configure tomcat, otherwise the following situation will occur.

No.4

Configure tomcat

Select the path of Tomcat 9.0 that you just downloaded and unzipped from the Tomcat official website.

It is best to uncheck After launch. When I first started, I wanted to try what would happen after checking it. Every time I ran tomcat, a new tab would appear in the browser, so it is better to uncheck it.

No.5

Configuring artifacts

Click the plus sign. If the previous tomcat was not configured properly, there will be no Tomcat Server here.

After clicking Local, Tomcat Server will appear on Defaults, and the name is whatever you want.

Click Development -> "+" -> Artifact...

Then it runs successfully~

Summarize

This is the end of this article about using IDEA to configure tomcat and create JSP files. For more information about how to use IDEA to configure tomcat to create JSP files, 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:
  • About IDEA using jsp to access the page converted to html pop-up page 404 problem
  • idea springboot modify css, jsp does not restart to achieve page update problem
  • A brief understanding of Spring Boot and idea integration jsp process analysis
  • Several ways to solve the problem of no code prompt in IDEA JSP
  • Problems and solutions of EL expressions not working when writing jsp with IDEA
  • SpringBoot adds JSP support and comes with creating JSP files in IDEA [Tested correctly]
  • idea2017 build jsp project and tomcat configuration tutorial
  • IDEA quick tutorial on how to build a jsp project

<<:  Detailed explanation of how to install mysql5.6 from binary installation package in centos7 environment

>>:  Vue uses rules to implement form field validation

Recommend

40+ Beautiful Web Form Design Examples

Web forms are the primary communication channel b...

Summary of 4 ways to add users to groups in Linux

Preface Linux groups are organizational units use...

CSS style writing order and naming conventions and precautions

The significance of writing order Reduce browser ...

React's context and props explained

Table of contents 1. context 1. Usage scenarios 2...

Solutions to browser interpretation differences in size and width and height in CSS

Let’s look at an example first Copy code The code ...

Implement a simple data response system

Table of contents 1. Dep 2. Understand obverser 3...

Mysql table creation foreign key error solution

Database Table A: CREATE TABLE task_desc_tab ( id...

Implementation of waterfall layout + dynamic rendering

Table of contents Typical waterfall website Water...

Let's talk about the v-on parameter problem in Vue

Use of v-on:clock in Vue I'm currently learni...

Vue implements bottom query function

This article example shares the specific code of ...

DD DT DL tag usage examples

We usually use the <ul><li> tags, but ...

How to install MySQL server community version MySQL 5.7.22 winx64 in win10

Download: http://dev.mysql.com/downloads/mysql/ U...

Example of using the href attribute and onclick event of a tag

The a tag is mainly used to implement page jump, ...

Two practical ways to enable proxy in React

Two ways to enable proxy React does not have enca...

Implementing carousel with native JavaScript

This article shares the specific code for impleme...