kamnani opened a new pull request #354: URL: https://github.com/apache/tomcat/pull/354
This is a redo of Previous PR: https://github.com/apache/tomcat/pull/349 The following changes have been made based on the suggestions earlier: 1) Flags (parallelAnnotationScanning & maxThreadsForParallelAnnotationScanning) can be passed through Host Configuration. See example below. 2) By default parallelAnnotationScanning remains disabled and thus default tomcat behavior is untouched. 3) maxThreadsForParallelAnnotationScanning defaults to 1 and will be in-effect if parallelAnnotationScanning is enabled via Host Configs. 3) PR is against master. Apologies in case something is missed. ``` <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true" parallelAnnotationScanning="false" maxThreadsForParallelAnnotationScanning="10"> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org