About scanAllDirectories,JarScanner and expanded JAR

2014-12-16 Thread Nan Ge
Hi all! I'm using Tomcat8. I'm not quite understand about the description of 'scanAllDirectories' attribute of the JarScanner component. The doc says if this attribute is set true, 'any directories found on the classpath will be checked to see if they are expanded JAR files. ... Tomcat determines

Re: Lambda expression question on Tomcat_8_0_15

2014-12-16 Thread Anup Aggarwal
Thanks for the response , So the value itself is returned and not an ELExpression, The API said A LambdaExpression is created when an EL expression containing a Lambda expression is evaluated. So I figured that we will always get back a LambdaExpression. Now I am trying to print some values in

Re: Lambda expression question on Tomcat_8_0_15

2014-12-16 Thread Mark Thomas
On 16/12/2014 16:32, Anup Aggarwal wrote: Thanks for the response , So the value itself is returned and not an ELExpression, The API said A LambdaExpression is created when an EL expression containing a Lambda expression is evaluated. The Javadoc for ELProcessor.eval() says nothing of the

Re: About scanAllDirectories,JarScanner and expanded JAR

2014-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nan, On 12/16/14 5:37 AM, Nan Ge wrote: I'm using Tomcat8. I'm not quite understand about the description of 'scanAllDirectories' attribute of the JarScanner component. The doc says if this attribute is set true, 'any directories found on the

Re: About scanAllDirectories,JarScanner and expanded JAR

2014-12-16 Thread Mark Thomas
On 16/12/2014 18:00, Christopher Schultz wrote: Nan, On 12/16/14 5:37 AM, Nan Ge wrote: I'm using Tomcat8. I'm not quite understand about the description of 'scanAllDirectories' attribute of the JarScanner component. The doc says if this attribute is set true, 'any directories found on

Re: Tomcat 8.0.12 - unable to eliminate logs stating org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [variousURLs] to the cache because there was insufficient free sp

2014-12-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kevin, On 12/12/14 4:10 PM, Kevin McKee wrote: I have read the reference, but nowhere can I find an example of what it’s talking about. Not counting titles, headings, and the TOC, they are sentences #6 and #7 on the page, starting from 1. A

Re: About scanAllDirectories,JarScanner and expanded JAR

2014-12-16 Thread Nan Ge
On Wed, Dec 17, 2014 at 2:00 AM, Christopher Schultz ch...@christopherschultz.net wrote: Nan, On 12/16/14 5:37 AM, Nan Ge wrote: I'm using Tomcat8. I'm not quite understand about the description of 'scanAllDirectories' attribute of the JarScanner component. The doc says if this

Re: About scanAllDirectories,JarScanner and expanded JAR

2014-12-16 Thread Nan Ge
On Wed, Dec 17, 2014 at 2:43 AM, Mark Thomas ma...@apache.org wrote: On 16/12/2014 18:00, Christopher Schultz wrote: Nan, On 12/16/14 5:37 AM, Nan Ge wrote: I'm using Tomcat8. I'm not quite understand about the description of 'scanAllDirectories' attribute of the JarScanner component.