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