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 in localhost or on a different machine).
Unfortunately, with Tomcat the connection gets terminate after few
interactions, e.g. stepping Jython instructions or stepping into functions.
Tried it with both, embedded Tomcat in a jar and on a standalone Tomcat
with a war file deployed to it.
Did anyone ever encounter such an issue and can think of a solution or a
way to debug it?

thanks,
Yaniv

Reply via email to