Hi Chris,
in order to conclude on this thread could you please answer my final
question now that I understood what the source of the problem is?
So, is there is a way to have connections between apache and tomcat closed
when aborted?
I've found recovery_options 4 for ajp workers which closes the
Hi Chris,
> Forget about EOFException, that was my mistake in the first email
> > (and subject). I'm interested in improved handling of aborted
> > connections (at least most of them). That's my end goal.
> >
> > read=-1 solely does not provide sufficient information to be able
> > to distinguish
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Emanuel,
On 1/19/18 12:37 PM, Emanuel Hategan wrote:
> Forget about EOFException, that was my mistake in the first email
> (and subject). I'm interested in improved handling of aborted
> connections (at least most of them). That's my end goal.
>
>
Chris,
Emah,
>
> On 1/17/18 10:17 AM, emah wrote:
> > Chris,
> >
> >
> > Christopher Schultz-2 wrote
> >>> I'm running a tomcat 8.5.23 instance on ubuntu 16.04 (spring
> >>> boot application with embedded tomcat) configured with 2
> >>> connectors: Http11NioProtocol and AjpNioProtocol. The AJP one
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Emah,
On 1/17/18 10:17 AM, emah wrote:
> Chris,
>
>
> Christopher Schultz-2 wrote
>>> I'm running a tomcat 8.5.23 instance on ubuntu 16.04 (spring
>>> boot application with embedded tomcat) configured with 2
>>> connectors: Http11NioProtocol and
Chris,
Christopher Schultz-2 wrote
>> I'm running a tomcat 8.5.23 instance on ubuntu 16.04 (spring boot
>> application with embedded tomcat) configured with 2 connectors:
>> Http11NioProtocol and AjpNioProtocol. The AJP one is accessed
>> through an apache2 instance configured with mod_jk.It al
Hi Chris,
thank you for responding promptly.
Let me first correct something I've said earlier:
HTTP Connector will actually throw an IOException when ssl unwrap fails
(rather than an EOFException)
at
org.apache.tomcat.util.net.SecureNioChannel.read(SecureNioChannel.java:618)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Emanuel,
On 1/16/18 10:13 AM, Emanuel Hategan wrote:
> I'm running a tomcat 8.5.23 instance on ubuntu 16.04 (spring boot
> application with embedded tomcat) configured with 2 connectors:
> Http11NioProtocol and AjpNioProtocol. The AJP one is acces
I'm running a tomcat 8.5.23 instance on ubuntu 16.04 (spring boot
application with embedded tomcat) configured with 2 connectors:
Http11NioProtocol and AjpNioProtocol.
The AJP one is accessed through an apache2 instance configured with
mod_jk.It all works well in the normal use case.
The applicati