How to create a web project in idea

tags: Java Tools  java  intellij idea  idea

1. Create a new module or project

The built structure is as follows:

2. Create classes folder and lib folder

​ The structure is as follows:

3. Configure the functions of classes and lib folders

3.1 Functions of configuring classes folders

3.2 Functions of configuring lib folders

​ The configuration after configuration is as follows:

4. Add test code to index.jsp page

5. Deploy the project to tomcat


6. Start the server

7. Enter the URL to test

How to modify the page theme?

Intelligent Recommendation

How to create a Java web project in IntelliJ IDEA

1. Open IntelliJ IDEA Click File—> New—> Project in the upper left corner, and then select Java Enterprise on the left and Web Application on the right. Click Next, enter the project...

How to create dynamic web project in idea

Use the module to create our web project 1. Create a new module 2. Choose what type of module you want to create 3. After that is our project name, and then click finish 4. The following picture is th...

Novice in IDEA how to create a web project

Novice in IDEA how to create a web project June 30, 2017 09:28:14 Reading: 2355 1 2 Start creating a WEB project Select JAVA, create a WEB project, in the order of 1-2 in the figure Select the project...

IntelliJ IDEA how to create maven web project

IDEA’s incomparable intelligence is not much to say, because the environment of the previous project has been built, so when I started a new test project recently, I encountered a small problem ...

How to create a web project in IDEA for newbies

1 2 Start to create a WEB project Select JAVA, create a WEB project, follow the order of 1-2 in the figure Select the project path and modify the red box Now that the project has been completed, confi...

More Recommendation

How to create an EE web project directory in Idea

First create a project, under the directory, create a new webapp folder Then right-click project, choose Open Module Setting Select Facets, click on the plus, select Web     Click on which o...

How to create a dynamic web project for new Idea

Because learning needs to create a dynamic web project, but the updated IDEA creates dynamic web mode and some different, the creation is as follows: First, create a new Java project (1) First point F...

How does IDEA create a Java-web project?

1.file–>new–>project 2. Click Java Enterprise 3. Configure Tomcat 4. Select the Tomcat file location 5. Click Next and select to create a project using the template. 6. Fill in the p...

How to create a new web project in IDEA

1. New project 2. Create a web project Method 1: Choose web template directly The directory is as follows: Method 2: Do not check the template, click the next step directly 1) Fill in project informat...

Idea Create a web project

Description: IntelliJ IDEA version is 17. JDK version is 1.8 tomcat version is apache-tomcat-8.5.29 Note: Pay attention to the problem of the number of bits of the relevant software version during the...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top