Tomcat Boot error Listenerstart errors

Source: Internet
Author: User

starting Tomcat today will not start, report the following error:

Org.apache.catalina.core.StandardContext startinternal
Severe:error Listenerstart
Org.apache.catalina.core.StandardContext startinternal

Severe:context [/******] startup failed due to previous errors


The error of the tomcat is too vague, nothing has been reported, only prompted the error listenerstart. In order to debug, we want to get a more detailed log. You can create a new file in the Web-inf/classes directory called Logging.properties, the content is as follows


  1. handlers = Org.apache.juli.FileHandler, Java.util.logging.ConsoleHandler

  2. #######################################################

  3. # Handler specific properties.

  4. # describes specific configuration info For handlers.

  5. #######################################################

  6. Org.apache.juli.FileHandler.level = FINE

  7. Org.apache.juli.FileHandler.directory = ${catalina.base}/logs

  8. Org.apache.juli.FileHandler.prefix = Error-debug.

  9. Java.util.logging.ConsoleHandler.level = FINE

  10. Java.util.logging.ConsoleHandler.formatter = Java.util.logging.SimpleFormatter



when we start Tomcat again, a more verbose log error-debug.2012-05-31.log is generated in the logs directory.

Let's go inside and see what's wrong.
The mistake I came across was filenotfoundexception. We should have all kinds of mistakes, so we need to analyze the specific problems.

Tomcat Boot error Listenerstart errors

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.