Re: TCP (out) connections from webapp gets terminated

2017-06-21 Thread Yaniv Sagron
On Wed, 21 Jun 2017 at 12:18 Mark Thomas 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 an external debugger (using > > PyDev if it

Re: TCP (out) connections from webapp gets terminated

2017-06-21 Thread Mark Thomas
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 an external debugger (using > PyDev if it matters to anyone) through a TCP connection. > running the code on a regular Jar or