kamnani opened a new pull request #352:
URL: https://github.com/apache/tomcat/pull/352


   This is a redo of Previous PR: https://github.com/apache/tomcat/pull/348
   
   The following changes have been made based on the suggestions earlier: 
   1) Flag can be passed through Host Configuration. By default it remains 
false and Tomcat's default behavior will be untouched. See example below. 
   2) Jar Contents will be refreshed every 60 seconds if corresponding jar file 
has been modified.  
   3) PR is against master. 
   
   Apologies in case something is missed. 
   
   Example on Bloom Filter : 
https://llimllib.github.io/bloomfilter-tutorial/#:~:text=A%20Bloom%20filter%20is%20a,may%20be%20in%20the%20set.
   
   ```
   <Host name="localhost"  appBase="webapps"
               unpackWARs="true" autoDeploy="true" fastClasspathScanning="true">


----------------------------------------------------------------
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

Reply via email to