Running wsadmin Jython scripts converted by the Jacl2Jython conversion assistant

In WebSphere Application Server v6.1, a Jython Lib library module directory is included in the x:/optionalLibraries/jython directory, where x is the installation directory of WebSphere Application Server v6.1.
In some cases, the Jacl2Jython conversion assistant converts Jacl runtime functions to use a matching library modules from the Jython Lib directory. Here is an example list of Jython Lib library modules used by the Jacl2Jython program: Given the WebSphere Application Server v6.1 now includes these Jython Lib library modules, the Jython script converted by the Jacl2Jython program requires access to these Jython library functions, in order to run. In addition when debugging the Jython script in the workbench, the debugging module, pdb.py, is used from the Jython Lib library module directory. You need to specify a local WebSphere Application Server v6.1 runtime environment for interpreting and debugging your converted Jython script.

To run the Jython script converted by the Jacl2Jython program, you have the following options:


Feedback