Re: TCP (out) connections from webapp gets terminated

2017-06-21 Thread Yaniv Sagron
On Wed, 21 Jun 2017 at 12:18 Mark Thomas <ma...@apache.org> wrote: > On 21/06/17 09:26, Yaniv Sagron wrote: > > Hi, > > > > I have a strange issue with Tomcat 8.5 (and with earlier revisions as > well). > > I run a Jython interpreter that connects to a

TCP (out) connections from webapp gets terminated

2017-06-21 Thread Yaniv Sagron
Hi, I have a strange issue with Tomcat 8.5 (and with earlier revisions as well). I run a Jython interpreter that connects to an external debugger (using PyDev if it matters to anyone) through a TCP connection. running the code on a regular Jar or on Jetty works flawlessly (both when the server is