Just so you know we are only using class Http11Protocol not Http11NioProtocol 
or Http11AprProtocol.

This is our connector port which is also the default:
    <Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />

Shaun Morton
Legal Files Software
217-726-6000 Ext. 341
sh...@legalfiles.com 
www.legalfiles.com

-----Original Message-----
From: Christopher Schultz [mailto:ch...@christopherschultz.net] 
Sent: Wednesday, January 21, 2015 4:11 PM
To: Tomcat Users List
Subject: Re: Tomcat 8.0.17 output buffer issues

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Mark,

On 1/21/15 4:59 PM, Mark Thomas wrote:
> On 21/01/2015 21:51, Shaun Morton wrote:
>> Sorry no, it happens on both connectors, 8080(HTTP) and 8443(HTTPS).
>> 
>> The 8080 connector is the default out of the installation.  I try to 
>> stick to defaults for trouble shooting purposes.
> 
> I must confess I suspected the two were related as well when I read 
> your mail. Since you are being far more responsive that the OP that 
> filed that bug, my current plan is to fix the issue you are seeing and 
> then evaluate BZ 57476 in light of what we discover the root cause of 
> this issue is.
> 
> I will say that 8.0.18 is likely to appear fairly soon after we track 
> this one down.
> 
> So, my question to you is this. With a clean 8.0.17 install, that is 
> the easiest way to reproduce this bug? Ideally, if you could provide 
> the simplest possible JSP that triggers this that would be great. 
> (Since we are assuming the reports are linked, just attach it to that 
> BZ report.)

FWIW, I'm using 8.0.17 in development with no ill effects.

Environment:
Oracle Java 1.7.0_67
Tomcat 8.0.17 (release candidate, identical to released version) Debian Linux 
7.0, 2.6.32 kernel Connector configuration:

    <Connector port="8215"
       redirectPort="443"
           protocol="org.apache.coyote.ajp.AjpNioProtocol"
        URIEncoding="UTF-8"
           executor="tomcatThreadPool" />

    <Connector port="8217"
           protocol="org.apache.coyote.http11.Http11NioProtocol"
            address="127.0.0.1"
             secure="false"
        URIEncoding="UTF-8"
           executor="tomcatThreadPool" />

The AJP connector is the one getting primary use through Apache httpd and 
mod_jk. The HTTP connector is used for loopback requests from another service 
also running under a similar configuration.

We are using almost no JSP resources at all. I quickly tested one of our JSPs 
and it seems to work file. The response size is 39,777 bytes, content type is 
application/xhtml+xml, and there is no explicit buffer size set in the .jsp 
source.

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: GPGTools - http://gpgtools.org

iQIcBAEBCAAGBQJUwCPbAAoJEBzwKT+lPKRYTi0P/3sNB10wkEg4tNhMCQpDPnGK
3lDgFZUpNDkSVWv3Y+RUkpeez3KIlFaztbLfpUxDJrLyQ5xrzmZUIR0h8RanAlhh
ZrAgqCCbeeloZO0OoLt5QyOD5AFXG2qrAN6f6Ia3nfZT6aLCWg146kHEggHL0c4f
4KoO6J5qgD/dX8N1XcXoxOjzrMF3oI4tgqWRpXF+TQzO7w4RBl+4cU6IC9TTEa6b
6TyrctEdVG8Mzbx/N43j95efd9eb7ByqBBaonMEMoCMZXIzNibX1e918DDOrAmnl
jWmxiygCnsTa+Lim3HKBOcB7EMgfOtk1tTEx7eXYvWPIvvfWfAqnw14nU9nmjdZ5
dhbUYk0Qhny5R6urH54oMYw8vKekt5dLz4k5XVp+jMJWkPgXGORpQJrOMmLtRzoA
+No5BcjkRwdDswH5ShIa0S8RJ+yyshP0T3vFiHfhlDBjAhZgqCU0EfLRpSigg4r7
9RoStJvS1hFemX2o+Rm+2kjXgSR5lyeKAUtBWyFY4a+pqGnek0P9E0HSCnmBgFZv
7wwulvjjsbCxBYp6wELFyAgfPwS8gLxcusQy4AaatMxnYsU14ohXdoMz2m86u9Fi
iR27ETVR5MJ84qG1sbVylt6Xo3msVzSTtSZkAnE+ZruMZlHNfcHNqzDVLKvfDF9e
bTacKbRkPEDtfoUs4b+y
=jDSl
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to