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
ApacheCon NA 2018 attendees,
I should be there Sunday, the night before the conference starts, at around
19:00-ish local time. If anyone wants to get together for a beer or
something, I'd be happy to buy the first round (limit first 50 people to
show up).
Igal
On Sat, Sep 22, 2018 at 2:10 AM Mark Thomas wrote:
>
> On 22/09/2018 01:11, Igal Sapir wrote:
> > Mark,
> >
> > On Fri, Sep 21, 2018 at 12:54 AM Mark Thomas wrote:
> >
> >> On 21/09/18 05:57, Igal Sapir wrote:
> >>> I want to embed Tomcat in a simple application that does not use JSP,
> and
> >>
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
On 22/09/2018 01:11, Igal Sapir wrote:
Mark,
On Fri, Sep 21, 2018 at 12:54 AM Mark Thomas wrote:
On 21/09/18 05:57, Igal Sapir wrote:
I want to embed Tomcat in a simple application that does not use JSP, and
that sets the default servlet's listings initParam to true.
When I use the Stand