You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
Is there anyway for me to instruct tomcat to skip scanning for annotations in jar files?
My current start-up time is about 1 minute 20 seconds. If I add metadata-complete="true" to my web.xml file, I can reduce the startup time to about 7 seconds, however I lose the ability to use the @WebServlet annontation.
A stand alone tomcat instance take about 7-8 seconds to startup with annontation scanning in my classpath. It is skipping scanning the included jars in my project.
The text was updated successfully, but these errors were encountered:
Is there anyway for me to instruct tomcat to skip scanning for annotations in jar files?
My current start-up time is about 1 minute 20 seconds. If I add metadata-complete="true" to my web.xml file, I can reduce the startup time to about 7 seconds, however I lose the ability to use the @WebServlet annontation.
A stand alone tomcat instance take about 7-8 seconds to startup with annontation scanning in my classpath. It is skipping scanning the included jars in my project.
The text was updated successfully, but these errors were encountered: