This is a discussion on Re: WLST slow - Weblogic ; But when I give import wl in script, it gives me the error: no module named wl Script: import wl connect('operator', 'password', 't3://guru-wlst:8089') shutdown('GURU','Server','true', 1200, 'true') exit() I have weblogic.jar and jython.jar in the classpath. Can u tell me what ...
But when I give import wl in script, it gives me the error:
no module named wl
Script:
import wl
connect('operator', 'password', 't3://guru-wlst:8089')
shutdown('GURU','Server','true', 1200, 'true')
exit()
I have weblogic.jar and jython.jar in the classpath.
Can u tell me what is wrong?
Thanks,
Guru