Solution:
exclude the scanning of the above jar packages in the conf/Catalina. Properties
file of tomcat, that is, add the following at the end of tomcat.util.scan.standardjarscanfilter.jarstoskip
in the conf/Catalina. Properties
file:
bcpkix-*.jar,bcprov-*.jar,fr-*.jar
If you feel that Tomcat starts slowly, it is because you want to scan servlet3.0 annotations in jars. You can increase the speed by adding jars that do not need to be scanned at the end of tomcat.util.scan.standardjarscanfilter.jarstoskip
in the conf/Catalina. Properties
file, such as:
spring-amqp-*.jar,\
spring-aop-*.jar,\
spring-aspects-*.jar,\
spring-beans-*.jar,\
Record the problem and complete the solution.
Read More:
- IE8: this operation cannot be completed due to error 80020101
- Solve the problem that springboot does not scan @ repository
- There is more than one Web fragment with the same name: “spring_web”.
- Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded (How to Fix)
- When SSM + Maven project is running, it is prompted that org.springframework.web.servlet.dispatcherserservlet cannot be found
- Org.springframework.beans.factory.xml.xmlbeandefinitionstoreexception: the wildcard matching is comprehensive, but the declaration of element XX: XX XX cannot be found
- The web project removal server reports an error, and the web project in eclipse cannot be automatically deployed to Tomcat
- IOS solves the problem of this action could not be completed. Try again
- Inheritance relationship causes class loading order
- In the XML configuration file of spring jdbc.properties The connection to the database failed due to garbled code
- Why not manage controller in spring container
- With root cause solution
- Virtual host running ASP error resolution: HTTP/1.1 New Application Failed when allowSessionState is set to false in web.config
- Chrome setting — Disable web security to solve cross domain problems
- The web application [ROOT] appears to have started a thread named [RxIoScheduler-1 (Evictor)] but ha
- Building Eureka_ Server error: application failed to start with classpath:file :/C:/ProgramFiles/Java/jdk
- Android studio NDK setting is gray and cannot be solved
- Eclipse Syntax error, annotations are only available if source level is 1.5 or greater
- Xcode 5 solves the operation could’t be completed
- When a system is deployed on weblogic12.2.1.3, it reports an error “IllegalStateException zip file closed”. When it is deployed on weblogic12.2.1.2, it does not report an error and can be accessed normally.