Org.apache.juli.logging.LogFactory Such an error occurred in the Myeclipse+tomcat, why?

Source: Internet
Author: User

After the project has been deployed, start Tomcat error, java.lang.noclassdeffounderror:org/apache/juli/logging/logfactory
To report this mistake means you are using TOMCAT7.

The current MyEclipse kernel for eclipse3.5.* does not yet provide direct support for Tomcat 7, and the latest eclipse3.6.* can be directly supported.

There are two solutions:
First, open Myeclipse,preferentces->myeclipse->servers->tomcat->tomcat 6.x
, load Tomcat7, under "Paths", click "Add Jar/zip", load tomcat7 .../bin/tomcat-juli.jar. Click "OK".

Second, you can set the environment variable to add CLASSPATH to cataline_home/bin/tomcat-juli.jar,tomcat the default boot will be loaded automatically.
Classpath= ...; %catalina_home%\bin\tomcat-juli.jar;

Org.apache.juli.logging.LogFactory Such an error occurred in the Myeclipse+tomcat, why?

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.