Re: [Tomcat Custom Connector]Private Fields in NIOEndpoint class

2018-03-07 Thread Mark Thomas
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

[ANN] Apache Tomcat Connectors 1.2.43 released

2018-03-07 Thread Mark Thomas
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

Re: ClassNotFoundException when calling custom MBean operation

2018-03-07 Thread Christopher Schultz
-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 >>

Re: Tomcat behind IIS on windows 2012

2018-03-07 Thread richard
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

RE: [Tomcat Custom Connector]Private Fields in NIOEndpoint class

2018-03-07 Thread Sen, Anurag
> -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

Re: [Tomcat Custom Connector]Private Fields in NIOEndpoint class

2018-03-07 Thread Mark Thomas
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)

RE: [Tomcat Custom Connector]Private Fields in NIOEndpoint class

2018-03-07 Thread Sen, Anurag
> -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

Re: [Tomcat Custom Connector]Private Fields in NIOEndpoint class

2018-03-07 Thread Mark Thomas
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

[Tomcat Custom Connector]Private Fields in NIOEndpoint class

2018-03-07 Thread Sen, Anurag
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