RE: JspTagException- Stream closed

2013-08-25 Thread Babu, Tinu
The RowSetIterate tag is declared in the JSP itself. All the JSPs having this RowSetIterate tag is throwing Stream closed exception. -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Wednesday, August 21, 2013 9:41 PM To: Tomcat Users List Subje

Encoding post data on Tomcat 7 using 2.0.3 corrupted

2013-08-25 Thread Alexander Hartner
This may be more of an application problem than a tomcat issue, but I am rather stuck with this one and hoping that somebody on this list may be able to shed some light on my issue. I am trying to post UTF-8 encoding text to my JSF2.2 application, however the data received does not seem to be enco

buffer expand warning in Tomcat (apache-tomcat-8.0.0-RC1-embed)

2013-08-25 Thread Vince Stewart
greetings all, since commencing with version 8 (embedded) I have encountered no problems except when the HttpServletRequest object receives a message bigger than 16384 k. In that circumstance a warning(below) is repeated X times for messages bigger than 8192+(X*8192). I notice in the InternalNioInp

Re: APR connector does not work with SSL for Java 6 clients?

2013-08-25 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jesse, On 8/25/13 1:08 PM, Jesse Barnum wrote: > On Aug 25, 2013, at 9:58 AM, Michael-O <1983-01...@gmx.net> wrote: > >> 1. Did you configure mod_ssl and APR Connector the same way? > I'm not sure how to make sure that they are configured > identic

Re: APR connector does not work with SSL for Java 6 clients?

2013-08-25 Thread Jesse Barnum
On Aug 25, 2013, at 9:58 AM, Michael-O <1983-01...@gmx.net> wrote: > 1. Did you configure mod_ssl and APR Connector the same way? I'm not sure how to make sure that they are configured identically. The syntax in server.xml is not identical to the syntax in apache2.conf. For example, in Apache's

Re: APR connector does not work with SSL for Java 6 clients?

2013-08-25 Thread Michael-O
Am 2013-08-25 14:21, schrieb Jesse Barnum: How come Java 6 can connect to SSL running on Apache without this setting, but not to Tomcat running APR/SSL? On Aug 24, 2013, at 12:15 PM, Michael-O <1983-01...@gmx.net> wrote: I had this problem months ago too. APR Connector ist fine. The problem wi

Re: APR connector does not work with SSL for Java 6 clients?

2013-08-25 Thread Jesse Barnum
How come Java 6 can connect to SSL running on Apache without this setting, but not to Tomcat running APR/SSL? On Aug 24, 2013, at 12:15 PM, Michael-O <1983-01...@gmx.net> wrote: > I had this problem months ago too. APR Connector ist fine. The problem with > Java 6 is that the URLConnection -- J