Solve the problem of multiple listeners reported when starting tomcat in Idea

Solve the problem of multiple listeners reported when starting tomcat in Idea

Error screenshot

Can't find where the exception occurred. Solution: Create a logging.properties file in the resources directory and restart

handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler 
 
############################################################
# Handler specific properties.
# Describes specific configuration info for Handlers.
############################################################
 
org.apache.juli.FileHandler.level = FINE 
org.apache.juli.FileHandler.directory = ${catalina.base}/logs 
org.apache.juli.FileHandler.prefix = error-debug. 
 
java.util.logging.ConsoleHandler.level = FINE 
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter

This is the exception troubleshooting of tomcat. The specific exception can be printed out in the console and the location can be found smoothly.

This is the end of this article about solving the problem of Idea's tomcat startup reporting multiple listeners. For more related Idea tomcat startup error content, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future!

You may also be interested in:
  • Solve the problem of IDEA configuring tomcat startup error
  • Solve the problem of error 404 when starting tomcat after importing ssm project into idea
  • Solve the problem that idea2020.2 encounters an error in the pom.xml file Maven plugin tomcat7

<<:  Summary of related functions for Mysql query JSON results

>>:  JavaScript to implement the countdown for sending SMS

Recommend

Vue3 implements Message component example

Table of contents Component Design Defining the f...

Two ways to visualize ClickHouse data using Apache Superset

Apache Superset is a powerful BI tool that provid...

How to get the dynamic number of remaining words in textarea

I encountered a case at work that I had never wri...

How to configure two or more sites using Apache Web server

How to host two or more sites on the popular and ...

MySQL uses custom functions to recursively query parent ID or child ID

background: In MySQL, if there is a limited level...

JavaScript implementation of the back to top button example

This article shares the specific code for JavaScr...

Bootstrap 3.0 study notes CSS related supplement

The main contents of this article are as follows:...

Detailed tutorial for installing mysql5.7.21 under Windows

This article shares the installation tutorial of ...

Detailed steps to install Mysql5.7.19 using yum on Centos7

There is no mysql by default in the yum source of...

Detailed steps for IDEA to integrate docker to achieve remote deployment

1. Enable remote access to the docker server Log ...

Example of customizing the style of the form file selection box

Copy code The code is as follows: <!DOCTYPE ht...

Some suggestions for improving Nginx performance

If your web application runs on only one machine,...

HTML web page hyperlink tag

HTML web page hyperlink tag learning tutorial lin...