Re: Tomcat 8.5.5 jasper and method sizes

2016-09-13 Thread Wang, Andy
On Tue, 2016-09-13 at 15:15 +0100, Mark Thomas wrote: >  > This might help: > https://bz.apache.org/bugzilla/show_bug.cgi?id=60126 > That does make sense as I'm pretty sure alot of the pages are close to the limit already.  When I get time to dig, if it looks like something way off-base I'll

Tomcat 8.5.5 jasper and method sizes

2016-09-12 Thread Wang, Andy
I recently pushed an update to Tomcat 8.5.5 on our systems and are now getting reports of jsp compilation errors and we're seeing numerous new cases of: The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit I know we have alot of

Re: Tomcat 8.5.x missing javax.servlet.forward.* attributes in an included jsp?

2016-07-29 Thread Wang, Andy
On Sat, 2016-07-30 at 02:07 +, Wang, Andy wrote: > I did a quick read of the spec just now, and I can't find a good > explanation of which is correct.  Would this be considered a > regression in 8.5.x?  Another quick re-read: 9.4.2 Forwarded Request Parameters states this: These a

Tomcat 8.5.x missing javax.servlet.forward.* attributes in an included jsp?

2016-07-29 Thread Wang, Andy
I have a really simply example (courtesy of the developer that discovered this issue) at: https://dl.dropboxusercontent.com/u/24563006/TestApp.war It contains a test.jsp that does: <% String href= "/WEB-INF/jsp/test/test1.jsp"; RequestDispatcher rd = request.getRequestDispatcher(href);

Re: poor upload performance with isapi_redirect.dll and IIS

2016-07-06 Thread Wang, Andy
On Fri, 2016-07-01 at 17:16 +, Wang, Andy wrote: > We're seeing some really poor performance with isapi_redirect.dll and > uploading files with IIS. > > In a particular example, using a 200MB file, the file upload (POST) > takes ~50 seconds on localhost.  > > The sam

poor upload performance with isapi_redirect.dll and IIS

2016-07-01 Thread Wang, Andy
We're seeing some really poor performance with isapi_redirect.dll and uploading files with IIS. In a particular example, using a 200MB file, the file upload (POST) takes ~50 seconds on localhost.  The same upload using Apache and mod_jk takes about ~6 seconds. The interesting thing is, on a

RE: TCP connections reuse

2015-06-12 Thread Wang, Andy
Sorry, correction: default keepalivetimeout = connectionTimeout = 2 (20s) Andy From: Andy Wang [aw...@ptc.com] Sent: Friday, June 12, 2015 11:31 AM To: Tomcat Users List Subject: Re: TCP connections reuse Could this be as simple as the default

Re: AJP connector address vs. IPv4/6

2015-01-28 Thread Wang, Andy
On Fri, 2015-01-23 at 16:05 -0500, Christopher Schultz wrote: If only one address per Connector can be specified, can you not just use 2 Connectors, one for each ? They should not conflict. That should definitely work (address=127.0.0.1 and address=::) but one connector might be nice.

Re: Slow memory leak in mod_jk on Windows

2014-07-16 Thread Wang, Andy
, Andy wrote: On Mon, 2014-07-07 at 15:51 +, Wang, Andy wrote: We have a customer that's seeing a very slow memory leak under certain circumstances that we haven't yet been able to pinpoint. I can reproduce it, but it requires a very particular method of downloading files that I don't quite

Slow memory leak in mod_jk on Windows

2014-07-07 Thread Wang, Andy
We have a customer that's seeing a very slow memory leak under certain circumstances that we haven't yet been able to pinpoint. I can reproduce it, but it requires a very particular method of downloading files that I don't quite understand yet. (not entirely sure how this would impact mod_jk

Re: Slow memory leak in mod_jk on Windows

2014-07-07 Thread Wang, Andy
On Mon, 2014-07-07 at 15:51 +, Wang, Andy wrote: We have a customer that's seeing a very slow memory leak under certain circumstances that we haven't yet been able to pinpoint. I can reproduce it, but it requires a very particular method of downloading files that I don't quite understand