[OT] Re: Tomcat Binary Connector

2018-09-23 Thread tomcat
In reply to Anthony's : "Tomcat itself is a fixed requirement for the container architecture. Just having a process listening on a port is not considered to be enterprisy enough." On 23.09.2018 00:19, Leon Rosenberg wrote: Hey Anthony, your last comment seems to indicate that you disagree with

Re: Tomcat Binary Connector

2018-09-22 Thread Leon Rosenberg
Hey Anthony, your last comment seems to indicate that you disagree with tomcat being fixed requirement. Personally I feel opening a port and implementing all the protocol handling completely negates of advantages of having tomcat in your application. So maybe you should force a change in your

Re: Tomcat Binary Connector

2018-09-22 Thread Mark Thomas
On 22/09/2018 01:48, anthony berglas wrote: We would like to run a binary protocol in a Tomcat container, so that binary sent to a specific port all ends up in a specific servlet. This is not AJP, we do not want Tomcat itself to look at the bits, just pass them through. So in Tomcat parlance

Tomcat Binary Connector

2018-09-21 Thread anthony berglas
We would like to run a binary protocol in a Tomcat container, so that binary sent to a specific port all ends up in a specific servlet. This is not AJP, we do not want Tomcat itself to look at the bits, just pass them through. So in Tomcat parlance we need a special Connector. Does such a thing