Re: [OT] Tomcat listener not coming up - no stuck threads

2016-12-14 Thread John D. Ament
I was feeling ambitious so I gave this a shot. Here's what I changed: https://github.com/johnament/tomcat85/commit/a0281b2d4e0fea7cb0f7a9d3cd1e750b48498ff2 . I get some failed tests, but generallys eems good (I broke it earlier, and lots of things failed). [concat] Testsuites with failed

Re: Populating init parameters

2016-12-14 Thread John D. Ament
Mark, On Wed, Dec 14, 2016 at 3:10 AM Mark Thomas wrote: > On 14/12/2016 03:13, John D. Ament wrote: > > Hi, > > > > I'm using Tomcat embedded to start a container. I need to set some > > initParameters in that embedded runtime. However, when I try to set the > > parameters

Re: Issue with tomcat 8.0.39 and Jasper reports

2016-12-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Raviraj, On 12/14/16 5:04 AM, RAVIRAJ SHAH wrote: > 1. Request Method: POST This is weird formatting. I'm going to make some guesses and remove some unnecessary stuff. > 2. Status Code: 200 OK > 3. Content-Transfer-Encoding: binary This isn't

Re: ExtendedAccessLogValve.class overloaded timezone and set it to GMT

2016-12-14 Thread Konstantin Kolinko
2016-12-14 18:48 GMT+03:00 Farhan Tariq : > Hello team, > > I am not sure why the timezone is explicitly set to GMT in > ExtendedAccessLogValve class? > To capture URL encoded parameters I looking to use this class but need help > to get time in GMT+5. I am using tomcat 7

Re: [OT] Tomcat listener not coming up - no stuck threads

2016-12-14 Thread Mark Thomas
On 14/12/2016 16:23, Christopher Schultz wrote: > Mark, > > On 12/8/16 4:19 AM, Mark Thomas wrote: >> On 07/12/2016 15:21, Christopher Schultz wrote: >>> >>> Hmm... there is the "startStopThreads" setting on the Engine, >>> but unfortunately there is not (currently available) setting that >>>

Re: [OT] Tomcat listener not coming up - no stuck threads

2016-12-14 Thread John D. Ament
On Wed, Dec 14, 2016 at 11:23 AM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 12/8/16 4:19 AM, Mark Thomas wrote: > > On 07/12/2016 15:21, Christopher Schultz wrote: > >> > >> Hmm... there is the "startStopThreads"

Chrome 55 - ERR_SPDY_COMPRESSION_ERROR

2016-12-14 Thread Durga Srinivasu Karuturi
Hi, Recent chrome [Mac - Sierra : Version 55.0.2883.87 (64-bit) ] we are seeing issues in http2 sites. Initially we have seen problem with http2 table header size limit error and to fix this, we have upgraded tomcat 8.5.4 to 8.5.9 where tomcat has increased the header limit from 16K to 64K.

Re: ExtendedAccessLogValve.class overloaded timezone and set it to GMT

2016-12-14 Thread tomcat
On 14.12.2016 16:48, Farhan Tariq wrote: Hello team, I am not sure why the timezone is explicitly set to GMT in ExtendedAccessLogValve class? To capture URL encoded parameters I looking to use this class but need help to get time in GMT+5. I am using tomcat 7 on redhat. Any suggestions? Hi.

Re: [OT] Tomcat listener not coming up - no stuck threads

2016-12-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 12/8/16 4:19 AM, Mark Thomas wrote: > On 07/12/2016 15:21, Christopher Schultz wrote: >> >> Hmm... there is the "startStopThreads" setting on the Engine, >> but unfortunately there is not (currently available) setting that >> says "don't

ExtendedAccessLogValve.class overloaded timezone and set it to GMT

2016-12-14 Thread Farhan Tariq
Hello team, I am not sure why the timezone is explicitly set to GMT in ExtendedAccessLogValve class? To capture URL encoded parameters I looking to use this class but need help to get time in GMT+5. I am using tomcat 7 on redhat. Any suggestions? Thanks Farhan

Re: Issue with tomcat 8.0.39 and Jasper reports

2016-12-14 Thread RAVIRAJ SHAH
1. Request Method: POST 2. Status Code: 200 OK 3. 1. Response Headersview source 1. Cache-Control: no-cache, no-store, max-age=0, must-revalidate 2. Content-Language: en 3. Content-Transfer-Encoding: binary 4. Content-Type:

Re: Populating init parameters

2016-12-14 Thread Mark Thomas
On 14/12/2016 03:13, John D. Ament wrote: > Hi, > > I'm using Tomcat embedded to start a container. I need to set some > initParameters in that embedded runtime. However, when I try to set the > parameters I get the follow: > > java.lang.IllegalStateException: Initialization parameters cannot