JarRunner initializes sys (PySystemState), passing args in (including the
name "__run__" as arg 0 for consistancy with Python expectations), and
import __run__.
Enables you to write Jython modules that inherit from javax.servlet.Filter, and to
insert them in your servlet container's filter chain, like any Java Filter.