On 07/03/18 12:02, Sen, Anurag wrote:
>
>
>> -Original Message-
>> From: Mark Thomas [mailto:ma...@apache.org]
>> Sent: 07 March 2018 17:17
>> To: users@tomcat.apache.org
>> Subject: Re: [Tomcat Custom Connector]Private Fields in NIOEndpoint class
>>
>> On 07/03/2018 11:05, Sen, Anurag wr
The Apache Tomcat Project is proud to announce the release of version
1.2.43 of the Apache Tomcat Connectors.
This version fixes a number of bugs found in previous releases.
Full details of these changes and new features,
are available in the Apache Tomcat Connectors changelog:
https://tomcat.apac
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Konstantin,
On 3/6/18 8:26 PM, Konstantin Kolinko wrote:
> 2018-03-06 18:43 GMT+03:00 Christopher Schultz
> :
>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256
>>
>> All,
>>
>> I think I already know the answer to this question, but I'm going
>>
On 2018-03-02 20:59, rich...@xentu.com wrote:
If I want to have IIS act as an intermediary between Tomcat and the
outside world, if I've understood it correctly, there seem to be two
choices.
Either add something called HttpPlatformHandler into IIS
https://www.iis.net/downloads/microsoft/httppl
> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: 07 March 2018 17:17
> To: users@tomcat.apache.org
> Subject: Re: [Tomcat Custom Connector]Private Fields in NIOEndpoint class
>
> On 07/03/2018 11:05, Sen, Anurag wrote:
> > Agreed, that Endpoint is protocol agnos
On 07/03/2018 11:05, Sen, Anurag wrote:
Agreed, that Endpoint is protocol agnostic. My query was more in concern with
the endpoint implementations being so encapsulated, that it leaves very little
scope to extend tomcat endpoints(without actually copy-pasting the code into
the custom endpoint)
> -Original Message-
> From: Mark Thomas [mailto:ma...@apache.org]
> Sent: 07 March 2018 14:54
> To: Tomcat Users List
> Subject: Re: [Tomcat Custom Connector]Private Fields in NIOEndpoint class
>
> On 07/03/18 09:03, Sen, Anurag wrote:
> > Dear Tomcat users/dev team,
> >
> > I am working
On 07/03/18 09:03, Sen, Anurag wrote:
> Dear Tomcat users/dev team,
>
> I am working on porting an enterprise application from Tomcat 4.x to Tomcat
> 8.5.x.
>
> Probably you can throw some light on the problem I am facing.
> The application that I am porting has a custom protocol(inheriting
> H
Dear Tomcat users/dev team,
I am working on porting an enterprise application from Tomcat 4.x to Tomcat
8.5.x.
Probably you can throw some light on the problem I am facing.
The application that I am porting has a custom protocol(inheriting
HTTP11NIOProtocol) and custom endpoint(inheriting NIOEn