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

Re: How to Disable JSP in Embedded Tomcat

2018-09-21 Thread Igal Sapir
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

Re: How to Disable JSP in Embedded Tomcat

2018-09-21 Thread Igal Sapir
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,

Re: Connection refused: connect

2018-09-21 Thread Igal Sapir
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

Re: Connection refused: connect

2018-09-21 Thread tomcat
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

Re: jk_handler::mod_jk.c (2917): Could not get endpoint for worker ...

2018-09-21 Thread Rainer Jung
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: ...

Re: tomcat manager gui hangs on web-app reload for one web-app not others

2018-09-21 Thread Mitch Claborn
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

Re: Connection refused: connect

2018-09-21 Thread tomcat
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

Connection refused: connect

2018-09-21 Thread Karen Goh
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

Re: How to Disable JSP in Embedded Tomcat

2018-09-21 Thread Mark Thomas
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