Re: Skip resource path in TLD scanner?

2017-11-17 Thread Ray Holme
I use JSP and there are taglibs used.But you can cut the scan time way down by not scanning any libraries that don't have TLDsĀ (nested files with name => .tld)You can find this by using "jar t" or "unzip -l" on each library (thanks Chris). If you are a Unix (Linux or MAC) user you may cheat a

Re: Skip resource path in TLD scanner?

2017-11-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matt, On 11/16/17 12:11 PM, Matt Cosentino wrote: > This keeps getting worse, my site was down for over a minute while > the TLD scanner ran. There must be something I can do. If you need taglibs, you'll need to do TLS scanning. There really is no

Re: Question - Tomcat Memory

2017-11-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ramya, On 11/16/17 1:48 PM, Ramya Elineni wrote: > The "Initial memory pool" and "maximum memory pool" are the two > configurations under Tomcat. I couldn't find any detailed > explanation of how Tomcat uses these settings. Others have provided

Re: Tomcat Xml parser issue

2017-11-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 11/16/17 1:30 PM, Vicky B wrote: > Thanks but the same war works fine is WebSphere and tomcat on > Windows it is just tomcat provided by Redhat which work different > i.e it throws the exception My guess is that something in your

Re: ISAPI and IIS 10 Logging Issue

2017-11-17 Thread Mark Thomas
On 17/11/17 15:47, jumiller wrote: > I finally managed to figure out what the issue is/was. The > c:\windows\system32\inetsrv\config\applicationHost.config file has a > definition for IsapiFilter in the overrideMode="Allow"> section. The > IsapiFilterModule needs to be before the

Re: ISAPI and IIS 10 Logging Issue

2017-11-17 Thread jumiller
I finally managed to figure out what the issue is/was. The c:\windows\system32\inetsrv\config\applicationHost.config file has a definition for IsapiFilter in the section. The IsapiFilterModule needs to be before the HttpLoggingModule in the list. I've made this change on all of my Windows 2016