jython registry file lookup in J2EE environment

Bryon Rigg bryonrigg at yahoo.com
Thu Sep 11 17:57:57 EDT 2003


As I read the instructions, jython requires that the python.home
system property be set or the location of the jython.jar be in the
java.class.path sstem.property (aka the classpath that was passed to
the JVM).

I want to be able to add jython to web applications such that each web
app has its own registry file.  Because the methods of finding the
python.home described above are global to the JVM, this does not
appear to be possible.

Has anyone ran into this problem before?  Any solutions/suggestions I
should try?

Thanks in advance




More information about the Python-list mailing list