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

Two tools for splitting the screen in the Linux command line terminal

Here are two terminal split screen tools: screen ...

Detailed explanation of mysql filtering replication ideas

Table of contents mysql filtered replication Impl...

Dynamic starry sky background implemented with CSS3

Result:Implementation Code html <link href=...

Learn more about using regular expressions in JavaScript

Table of contents 1. What is a regular expression...

Install Tomcat on Linux system and configure Service startup and shutdown

Configure service startup and shutdown in Linux s...

How to build your own Angular component library with DevUI

Table of contents Preface Creating a component li...

HTML+VUE paging to achieve cool IoT large screen function

Effect demo.html <html> <head> <me...

js to realize the mouse following game

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

A simple method to be compatible with IE6's min-width and min-height

If a website is widescreen, you drag the browser ...

Detailed explanation of whereis example to find a specific program in Linux

Linux finds a specific program where is The where...

How to use the realip module in Nginx basic learning

Preface There are two types of nginx modules, off...

Summary of web design experience and skills

■ Website theme planning Be careful not to make yo...

User Experience Summary

Nowadays, whether you are working on software or w...