Look up a Jython script by its name.
To open the information center table of contents to the location
of this reference information, click the Refresh/Show Current Topic button
(
) on your information center
border.
Avoid trouble: When you
issue a Jython command in a wsadmin script that invokes a WebSphere Application Server
MBean operation, and the MBean method returns a string that includes
some NLS translated characters such as the French accent character,
Jython automatically converts the string to a python unicode string,
and returns the converted string to wsadmin. If you include the Jython
print output command in the script that invokes the MBean method,
the NLS translated characters are included in the string that the
MBean method returns to wsadmin instead of the python unicode values.
gotcha