tomcat ant test failure due to java exception.

2017-04-28 Thread Arjit Gupta
Hi, I am building tomcat 7.0.77 with java7 on HP-UX(OS) itanium(IA64) processor. After building it successful I am running *ant test*. Multiple tests are failing due to below exception. *Exception in thread "Thread-18" java.lang.AssertionError: Option not found* Fail test cases are:- 175

Http2UpgradeHandler crash

2017-04-28 Thread Matt Cosentino
Tomcat crashed on us today, here is an excerpt from the crash log: Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) J 19003 org.apache.tomcat.jni.Socket.sendb(JLjava/nio/ByteBuffer;II)I (0 bytes) @ 0x0599a2df [0x0599a280+0x5f] J 42307 C2

RE: Skip resource path in TLD scanner?

2017-04-28 Thread Matt Cosentino
Yes, it's other folders within WEB-INF. I turned on the TldScanner logging and it is definitely what is causing the delay. My situation probably isn't very typical. The delay varies in my various web applications, the worst being about 20 seconds. It all adds up though, and every second counts

RE: Skip resource path in TLD scanner?

2017-04-28 Thread Matt Cosentino
I already did, that only mentions skipping jar files. - Matt -Original Message- From: Violeta Georgieva [mailto:violet...@apache.org] Sent: Friday, April 28, 2017 1:30 AM To: Tomcat Users List Subject: Re: Skip resource path in TLD scanner? Hi, 2017-04-27

Re: Skip resource path in TLD scanner?

2017-04-28 Thread Mark Thomas
On 27/04/17 23:39, Matt Cosentino wrote: > https://tomcat.apache.org/tomcat-8.0-doc/config/systemprops.html > > There is one for skipping jar files: > > tomcat.util.scan.StandardJarScanFilter.jarsToSkip > It skips /WEB-INF/classes/ and /WEB-INF/lib/, but it does not check any > property to

Re: URL decoding

2017-04-28 Thread Stephen Crawford
On 4/27/2017 4:52 PM, Christopher Schultz wrote: When I take your browser-encoded query string from above and send it to Tomcat, I don't get any errors or anything. Are you sure this isn't a problem with the application? Hi Chris, That happens to me too, in the sense that usually Tomcat

Re: tuning to accommodate Apache 2.4 event mpm

2017-04-28 Thread Suvendu Sekhar Mondal
John, On Fri, Apr 28, 2017 at 11:48 AM, Rainer Jung wrote: > Am 27.04.2017 um 22:21 schrieb Mark Thomas: >> >> On 27/04/17 20:08, John Cartwright - NOAA Federal wrote: >>> >>> Thanks for your reply Mark! My sysadmin tells me just that we're >>> using "the defaults" for

Re: Skip resource path in TLD scanner?

2017-04-28 Thread Violeta Georgieva
Hi, 2017-04-27 23:17 GMT+03:00 Matt Cosentino : > > I need to skip some of the resource paths within WEB-INF. I know there's a property for skipping jar files, but I couldn't find one for resource paths. I reported this as a bug and was told that the property exists. Where

Re: tuning to accommodate Apache 2.4 event mpm

2017-04-28 Thread Rainer Jung
Am 27.04.2017 um 22:21 schrieb Mark Thomas: On 27/04/17 20:08, John Cartwright - NOAA Federal wrote: Thanks for your reply Mark! My sysadmin tells me just that we're using "the defaults" for event_mpm. However we are still using the BIO AJP connector: Is there a way I can tell from the