IDEA graphic tutorial on configuring Tomcat server and publishing web projects

IDEA graphic tutorial on configuring Tomcat server and publishing web projects

1. After creating the web project, you now need to configure the server, taking Tomcat as an example

2. Select Run-Edit Configurations

3. Click the + sign in the upper right corner and select 2 to expand the remaining options

4. Find Tomcat Server and select Local Server

5. Set the Tomcat server display name and select Configure

6. Select the installation location of Tomcat on disk

7. After confirmation, the Tomcat server will be automatically identified

8. After confirmation, the access path and port will be automatically identified

9. Select the deployment option, then click + on the right, and select Artfact in the pop-up project

10. Select the second item in the pop-up, that is, the one with: war exploded, and then confirm

11. Set the access path

/: Only slash means no project name

/springboot: represents the project name is springboot

12. Go back to Server and change both of them to Update classes and resource, which means that after changing the content, you only need to click Refresh again to publish it, without restarting the server, and then confirm

13. After confirming, you will return to the home page, and the server deployment box will pop up automatically. Select the Run button to run the server

14. After the startup is successful, the browser will automatically open. Because there is no configuration request, an error page will appear. This page indicates success. The next operation is to develop a web project.

This is the end of this graphic tutorial about how to configure Tomcat server with IDEA and publish web projects. For more information about how to configure Tomcat server with IDEA, 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
  • How to remove the embedded Tomcat in Spring Boot and start it in a non-web way
  • Detailed explanation of the process of deploying Tomcat and creating the first web project in IDEA 2020.3.1
  • Tomcat first deployment web project process diagram
  • Solve the problem that the files under WEB-INF/classes are not compiled after tomcat releases the project
  • Solve the problem that SpringBoot webSocket resources cannot be loaded and tomcat startup errors
  • Alibaba Cloud Server Linux System Builds Tomcat to Deploy Web Project
  • Briefly describe how to install Tomcat image and deploy web project in Docker
  • Analysis of the process of deploying pure HTML files in Tomcat and WebLogic
  • IDEA2020.1.2 Detailed tutorial on creating a web project and configuring Tomcat
  • How to configure Tomcat and run your first Java Web project on IntelliJ IDEA 2018
  • Idea configures tomcat to start a web project graphic tutorial
  • Java web project starts Tomcat error solution
  • Tomcat source code analysis of Web requests and processing

<<:  MySQL data type optimization principles

>>:  Detailed example of MySQL joint table update data

Recommend

MySQL uses limit to implement paging example method

1. Basic implementation of limit In general, the ...

Vue uses the video tag to implement video playback

This article shares the specific code of Vue usin...

Mysql practical exercises simple library management system

Table of contents 1. Sorting function 2. Prepare ...

10 Underused or Misunderstood HTML Tags

Here are 10 HTML tags that are underused or misun...

How to clear floating example code in css

Overview The framework diagram of this article is...

Analysis of Mysql transaction characteristics and level principles

1. What is a transaction? A database transaction ...

How to use map to allow multiple domain names to cross domains in Nginx

Common Nginx configuration allows cross-domain se...

JavaScript custom plug-in to implement tab switching function

This article shares the specific code of JavaScri...

Thoughts on copy_{to, from}_user() in the Linux kernel

Table of contents 1. What is copy_{to,from}_user(...

Detailed example of jQuery's chain programming style

The implementation principle of chain programming...

Mysql classic high-level/command line operation (quick) (recommended)

Since I need to learn how to build servers and da...

JavaScript Array Methods - Systematic Summary and Detailed Explanation

Table of contents Common array methods Adding and...

Detailed examples of Docker-compose networks

Today I experimented with the network settings un...