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
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
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
-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
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
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
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