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 e
On Fri, Sep 21, 2018 at 5:11 PM 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
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 StandardContext, Tomcat.initWebapp
On 9/21/2018 12:45 PM, André Warnier (tomcat) wrote:
Hi.
Sorry, forget my answer below, I was probably talking nonsense here.
The stack trace that you show does not even mention any Tomcat class,
so the "connect" mentioned below probably has nothing to do with the
HTTP CONNECT method.
It looks
Hi.
Sorry, forget my answer below, I was probably talking nonsense here.
The stack trace that you show does not even mention any Tomcat class, so the "connect"
mentioned below probably has nothing to do with the HTTP CONNECT method.
It looks like something in Eclipse itself, but since I do not kn
Am 15.09.2018 um 12:50 schrieb Clemens Wyss DEV:
Hi all,
we are seeing quite a few:
"[Mon Sep 10 15:19:46 2018] [27562:140532026529536] [error] jk_handler::mod_jk.c
(2917): Could not get endpoint for worker=testAPJ"
errors in our md_jk.log. Worker properties are as follwos:
...
worker.list=tes
PS - my Thunderbird has a "Reply List" button for this mailing list.
Mitch
On 09/20/2018 09:41 AM, Shawn Heisey wrote:
On 9/20/2018 8:30 AM, Bill Harrelson wrote:
Looking back through my sent folder I realize that I have been
replying directly to people that posted directly to me instead of t
On 21.09.2018 10:54, Karen Goh wrote:
Hi,
I am repeatedly getting the following exceptions and am stuck here like forever.
Hope someone can tell me what's wrong with my tomcat server version: 8.5.24
with Eclipse
java.net.ConnectException: Connection refused: connect
at java.net.Dual
Hi,
I am repeatedly getting the following exceptions and am stuck here like forever.
Hope someone can tell me what's wrong with my tomcat server version: 8.5.24
with Eclipse
java.net.ConnectException: Connection refused: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Met
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 StandardContext, Tomcat.initWebappDefaults() [1] is called
> and adds the default servlet and the JSP se
10 matches
Mail list logo