Seeking Jython tool to "inspect" live java server
Chris Liechti
cliechti at gmx.net
Fri Oct 19 16:12:19 EDT 2001
Michael Chermside <mcherm at destiny.com> wrote in
news:mailman.1003499121.30710.python-list at python.org:
> The answer is Jython. A small jython class could be run "within" the
> server (so it's sharing the same java virtual machine). It could accept
> telnet connections on some port, then allow the evaluation of arbitrary
> input -- an interactive shell. Basically, I could start up the server
> with this class active, and then telnet in and have a jython shell from
> which to examine my system.
I have wrote such a class (Remote Access Python Interpreter)
you can find it here:
http://www.geocities.com/chrisliechti/en/python/index.html
I wrote it for CPython but one user reported that he ran it successfully
under Jython.
Chris
--
Chris <cliechti at gmx.net>
More information about the Python-list
mailing list