Hi,

the best IMO would be to have a WEB-INF/tomcat.properties with the ability
to configure the scanner + its properties (thanks a prefix) from the webapp
itself

PS: META-INF/context.xml would work too but i'm not a fan of xml ;)

*Romain Manni-Bucau*
*Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
*Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*



2013/2/21 Caldarale, Charles R <chuck.caldar...@unisys.com>

> > From: Mark Thomas [mailto:ma...@apache.org]
> > Subject: JarScanning
>
> > jarsToScan
> > This is a little more complicated.
> > First of all, how does it work? The suggestion is:
> > - If jarsToScan matches, scan it
> > - else if jarsToSkip matches, skip it
> > - else scan it
>
> From the above, it looks like the only purpose of jarsToScan is to avoid
> checking the jarsToSkip list.  Unless such checking is expensive, this
> seems like an unnecessary complication.
>
>  - Chuck
>
>
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
> MATERIAL and is thus for use only by the intended recipient. If you
> received this in error, please contact the sender and delete the e-mail and
> its attachments from all computers.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>

Reply via email to