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

Solve the problem that Docker must use sudo operations

The steps are as follows 1. Create a docker group...

Detailed explanation of error handling examples in MySQL stored procedures

This article uses an example to describe the erro...

Detailed explanation of MySQL InnoDB secondary index sorting example

Sorting Problem I recently read "45 Lectures...

Summary of several key points about mysql init_connect

The role of init_connect init_connect is usually ...

How to use jconsole to monitor remote Tomcat services

What is JConsole JConsole was introduced in Java ...

Tips and precautions for using MySQL index

1. The role of index In general application syste...

How to use nginx as a load balancer for mysql

Note: The nginx version must be 1.9 or above. Whe...

How to use video.js in vue to play m3u8 format videos

Table of contents 1. Installation 2. Introducing ...

Detailed explanation of map overlay in openlayers6

1. Overlay Overview Overlay means covering, as th...

How to use Docker to package and deploy images locally

First time using docker to package and deploy ima...

Vue implements the method of displaying percentage of echart pie chart legend

This article mainly introduces the pie chart data...

Steps to install MySQL on Windows using a compressed archive file

Recently, I need to do a small verification exper...

Let's talk about the issue of passing parameters to React onClick

Background In a list like the one below, clicking...

mysql 5.7.19 latest binary installation

First download the zip archive version from the o...